Uses of Class
org.apache.axis2.description.AxisServiceGroup
-
-
Uses of AxisServiceGroup in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes with parameters of type AxisServiceGroup Modifier and Type Method Description static voidClassLoaderUtil. addServiceGroupClassLoader(AxisServiceGroup serviceGroup)static voidClassLoaderUtil. removeServiceGroupClassLoader(AxisServiceGroup serviceGroup)voidTribesAxisObserver. serviceGroupUpdate(AxisEvent axisEvent, AxisServiceGroup axisServiceGroup) -
Uses of AxisServiceGroup in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisServiceGroup Modifier and Type Method Description AxisServiceGroupMessageContext. getAxisServiceGroup()AxisServiceGroupServiceGroupContext. getDescription()Methods in org.apache.axis2.context with parameters of type AxisServiceGroup Modifier and Type Method Description ServiceGroupContextConfigurationContext. createServiceGroupContext(AxisServiceGroup serviceGroup)Create a ServiceGroupContext for the specified service group, and notify any registered ContextListener.voidConfigurationContext. removeServiceGroupContext(AxisServiceGroup serviceGroup)Removes the given ServiceGroup from the ServiceGroup contextvoidMessageContext. setAxisServiceGroup(AxisServiceGroup axisServiceGroup)Constructors in org.apache.axis2.context with parameters of type AxisServiceGroup Constructor Description ServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup) -
Uses of AxisServiceGroup in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return AxisServiceGroup Modifier and Type Method Description static AxisServiceGroupActivateUtils. findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName)Find the AxisServiceGroup object that matches the criteria -
Uses of AxisServiceGroup in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment that return AxisServiceGroup Modifier and Type Method Description static AxisServiceGroupDeploymentEngine. buildServiceGroup(InputStream servicesxml, ClassLoader classLoader, String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, HashMap<String,AxisService> wsdlServices)To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfigstatic AxisServiceGroupDeploymentEngine. loadServiceGroup(File serviceFile, ConfigurationContext configCtx)Methods in org.apache.axis2.deployment with parameters of type AxisServiceGroup Modifier and Type Method Description static voidDeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)protected static voidDeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)protected static booleanDeploymentEngine. isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfig)Performs a check routine, in order to identify whether all the serviceGroup, service and operation level modules are available.protected ArrayList<AxisService>ServiceDeployer. populateService(AxisServiceGroup serviceGroup, URL servicesURL, String serviceName)ArrayList<AxisService>ServiceGroupBuilder. populateServiceGroup(AxisServiceGroup axisServiceGroup)protected voidServiceGroupBuilder. processModuleRefs(Iterator moduleRefs, AxisServiceGroup axisServiceGroup)Gets the list of modules that is required to be engaged globally.protected voidServiceGroupBuilder. processServiceModuleConfig(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 Modifier and Type Method Description ArrayList<AxisService>ArchiveReader. buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. buildServiceGroup(OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. processServiceGroup(String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)Extracts Service XML files and builds the service groups.ArrayList<AxisService>ArchiveReader. processServiceGroup(OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx) -
Uses of AxisServiceGroup in org.apache.axis2.description
Methods in org.apache.axis2.description that return AxisServiceGroup Modifier and Type Method Description AxisServiceGroupAxisService. getAxisServiceGroup()Methods in org.apache.axis2.description with parameters of type AxisServiceGroup Modifier and Type Method Description voidAxisService. setParent(AxisServiceGroup parent) -
Uses of AxisServiceGroup in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisServiceGroup Modifier and Type Method Description AxisServiceGroupAxisConfiguration. getServiceGroup(String serviceNameAndGroupString)AxisServiceGroupAxisConfiguration. removeServiceGroup(String serviceGroupName)Methods in org.apache.axis2.engine that return types with arguments of type AxisServiceGroup Modifier and Type Method Description Iterator<AxisServiceGroup>AxisConfiguration. getServiceGroups()Methods in org.apache.axis2.engine with parameters of type AxisServiceGroup Modifier and Type Method Description voidAxisConfiguration. addServiceGroup(AxisServiceGroup axisServiceGroup)voidAxisConfiguration. notifyObservers(AxisEvent event, AxisServiceGroup serviceGroup)voidAxisObserver. serviceGroupUpdate(AxisEvent event, AxisServiceGroup serviceGroup) -
Uses of AxisServiceGroup in org.apache.axis2.jaxws.framework
Methods in org.apache.axis2.jaxws.framework that return AxisServiceGroup Modifier and Type Method Description protected AxisServiceGroupJAXWSDeployerSupport. deployClasses(String groupName, URL location, ClassLoader classLoader, List<String> classList)Deploy classes. -
Uses of AxisServiceGroup in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisServiceGroup Modifier and Type Method Description static AxisServiceGroupObjectStateUtils. findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName)Find the AxisServiceGroup object that matches the criteriaAxisServiceGroupFaultyServiceData. getServiceGroup()Methods in org.apache.axis2.util with parameters of type AxisServiceGroup Modifier and Type Method Description static StringSessionUtils. calculateMaxScopeForServiceGroup(AxisServiceGroup axisServiceGroup)Walk through the list of services and use the maximum of the scopes as the scope for the whole service groupConstructors in org.apache.axis2.util with parameters of type AxisServiceGroup Constructor Description FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
-