Uses of Class
org.apache.axis2.description.AxisServiceGroup
Packages that use AxisServiceGroup
Package
Description
-
Uses of AxisServiceGroup in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisServiceGroupModifier and TypeMethodDescriptionMessageContext.getAxisServiceGroup()ServiceGroupContext.getDescription()Methods in org.apache.axis2.context with parameters of type AxisServiceGroupModifier and TypeMethodDescriptionConfigurationContext.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 AxisServiceGroupModifierConstructorDescriptionServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup) -
Uses of AxisServiceGroup in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return AxisServiceGroupModifier and TypeMethodDescriptionstatic 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 AxisServiceGroupModifier and TypeMethodDescriptionstatic 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 AxisServiceGroupModifier and TypeMethodDescriptionstatic 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) 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 AxisServiceGroupModifier and TypeMethodDescriptionArchiveReader.buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String, AxisService> wsdlServices, ConfigurationContext configCtx) ArchiveReader.buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<String, AxisService> wsdlServices, ConfigurationContext configCtx) 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.ArchiveReader.processServiceGroup(org.apache.axiom.om.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 AxisServiceGroupMethods in org.apache.axis2.description with parameters of type AxisServiceGroup -
Uses of AxisServiceGroup in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisServiceGroupModifier and TypeMethodDescriptionAxisConfiguration.getServiceGroup(String serviceNameAndGroupString) AxisConfiguration.removeServiceGroup(String serviceGroupName) Methods in org.apache.axis2.engine that return types with arguments of type AxisServiceGroupMethods in org.apache.axis2.engine with parameters of type AxisServiceGroupModifier and TypeMethodDescriptionvoidAxisConfiguration.addServiceGroup(AxisServiceGroup axisServiceGroup) voidAxisConfiguration.notifyObservers(AxisEvent event, AxisServiceGroup serviceGroup) voidAxisObserver.serviceGroupUpdate(AxisEvent event, AxisServiceGroup serviceGroup) -
Uses of AxisServiceGroup in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisServiceGroupModifier and TypeMethodDescriptionstatic AxisServiceGroupObjectStateUtils.findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName) Find the AxisServiceGroup object that matches the criteriaFaultyServiceData.getServiceGroup()Methods in org.apache.axis2.util with parameters of type AxisServiceGroupModifier and TypeMethodDescriptionstatic 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 AxisServiceGroupModifierConstructorDescriptionFaultyServiceData(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)