Uses of Class
org.apache.axis2.description.AxisServiceGroup

Packages that use AxisServiceGroup
org.apache.axis2.context   
org.apache.axis2.context.externalize   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.jaxws.framework   
org.apache.axis2.util   
 

Uses of AxisServiceGroup in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return AxisServiceGroup
 AxisServiceGroup MessageContext.getAxisServiceGroup()
           
 AxisServiceGroup ServiceGroupContext.getDescription()
           
 

Methods in org.apache.axis2.context with parameters of type AxisServiceGroup
 ServiceGroupContext ConfigurationContext.createServiceGroupContext(AxisServiceGroup serviceGroup)
          Create a ServiceGroupContext for the specified service group, and notify any registered ContextListener.
 void ConfigurationContext.removeServiceGroupContext(AxisServiceGroup serviceGroup)
          Removes the given ServiceGroup from the ServiceGroup context
 void MessageContext.setAxisServiceGroup(AxisServiceGroup axisServiceGroup)
           
 

Constructors in org.apache.axis2.context with parameters of type AxisServiceGroup
ServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup)
           
 

Uses of AxisServiceGroup in org.apache.axis2.context.externalize
 

Methods in org.apache.axis2.context.externalize that return AxisServiceGroup
static AxisServiceGroup ActivateUtils.findServiceGroup(AxisConfiguration axisConfig, java.lang.String serviceGrpClassName, java.lang.String serviceGrpName)
          Find the AxisServiceGroup object that matches the criteria

Note the saved service group meta information may not match up with any of the serviceGroups that are in the current AxisConfiguration object.

 

Uses of AxisServiceGroup in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return AxisServiceGroup
static AxisServiceGroup DeploymentEngine.buildServiceGroup(java.io.InputStream servicesxml, java.lang.ClassLoader classLoader, java.lang.String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, java.util.HashMap wsdlServices)
          To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfig
static AxisServiceGroup DeploymentEngine.loadServiceGroup(java.io.File serviceFile, ConfigurationContext configCtx)
           
 

Methods in org.apache.axis2.deployment with parameters of type AxisServiceGroup
static void DeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup, java.util.ArrayList serviceList, java.net.URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
           
protected static void DeploymentEngine.fillServiceGroup(AxisServiceGroup serviceGroup, java.util.ArrayList serviceList, java.net.URL serviceLocation, AxisConfiguration axisConfig)
           
protected  java.util.ArrayList DeploymentEngine.populateService(AxisServiceGroup serviceGroup, java.net.URL servicesURL, java.lang.String serviceName)
           
 java.util.ArrayList ServiceGroupBuilder.populateServiceGroup(AxisServiceGroup axisServiceGroup)
           
protected  void ServiceGroupBuilder.processModuleRefs(java.util.Iterator moduleRefs, AxisServiceGroup axisServiceGroup)
          Gets the list of modules that is required to be engaged globally.
protected  void ServiceGroupBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisServiceGroup axisService)
           
 

Uses of AxisServiceGroup in org.apache.axis2.deployment.repository.util
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type AxisServiceGroup
 java.util.ArrayList ArchiveReader.buildServiceGroup(java.io.InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, java.util.HashMap wsdlServices, ConfigurationContext configCtx)
           
 java.util.ArrayList ArchiveReader.processServiceGroup(java.lang.String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, java.util.HashMap wsdls, ConfigurationContext configCtx)
          Extracts Service XML files and builds the service groups.
 

Uses of AxisServiceGroup in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return AxisServiceGroup
 AxisServiceGroup AxisService.getAxisServiceGroup()
           
 

Methods in org.apache.axis2.description with parameters of type AxisServiceGroup
 void AxisService.setParent(AxisServiceGroup parent)
           
 

Uses of AxisServiceGroup in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisServiceGroup
 AxisServiceGroup AxisConfiguration.getServiceGroup(java.lang.String serviceNameAndGroupString)
           
 AxisServiceGroup AxisConfiguration.removeServiceGroup(java.lang.String serviceGroupName)
           
 

Methods in org.apache.axis2.engine with parameters of type AxisServiceGroup
 void AxisConfiguration.addServiceGroup(AxisServiceGroup axisServiceGroup)
           
 void AxisConfiguration.notifyObservers(int event_type, AxisServiceGroup serviceGroup)
           
 void AxisObserver.serviceGroupUpdate(AxisEvent event, AxisServiceGroup serviceGroup)
           
 

Uses of AxisServiceGroup in org.apache.axis2.jaxws.framework
 

Methods in org.apache.axis2.jaxws.framework that return AxisServiceGroup
protected  AxisServiceGroup JAXWSDeployer.deployClasses(java.lang.String groupName, java.net.URL location, java.lang.ClassLoader classLoader, java.util.List classList)
           
 

Uses of AxisServiceGroup in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return AxisServiceGroup
static AxisServiceGroup ObjectStateUtils.findServiceGroup(AxisConfiguration axisConfig, java.lang.String serviceGrpClassName, java.lang.String serviceGrpName)
          Find the AxisServiceGroup object that matches the criteria

Note the saved service group meta information may not match up with any of the serviceGroups that are in the current AxisConfiguration object.

 

Methods in org.apache.axis2.util with parameters of type AxisServiceGroup
static java.lang.String SessionUtils.calculateMaxScopeForServiceGroup(AxisServiceGroup axisServiceGroup)
          Walk through the list of services and use the minimum of the scopes as the scope for the whole service group
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.