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

Packages that use AxisServiceGroup
org.apache.axis2.context   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.engine   
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
 void ConfigurationContext.removeServiceGroupContext(AxisServiceGroup serviceGroup)
           
 void MessageContext.setAxisServiceGroup(AxisServiceGroup axisServiceGroup)
           
static ServiceGroupContext ContextFactory.createServiceGroupContext(ConfigurationContext configurationContext, AxisServiceGroup serviceGroup)
           
 

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

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
 

Methods in org.apache.axis2.deployment with parameters of type AxisServiceGroup
 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)
           
protected  java.util.ArrayList DeploymentEngine.populateService(AxisServiceGroup serviceGroup, java.net.URL servicesURL, java.lang.String serviceName)
           
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)
           
 

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.engine
 

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

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

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 © 2004-2007 Apache Software Foundation. All Rights Reserved.