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 void
ClassLoaderUtil. addServiceGroupClassLoader(AxisServiceGroup serviceGroup)
static void
ClassLoaderUtil. removeServiceGroupClassLoader(AxisServiceGroup serviceGroup)
void
TribesAxisObserver. 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 AxisServiceGroup
MessageContext. getAxisServiceGroup()
AxisServiceGroup
ServiceGroupContext. getDescription()
Methods in org.apache.axis2.context with parameters of type AxisServiceGroup Modifier and Type Method Description 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 contextvoid
MessageContext. 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 AxisServiceGroup
ActivateUtils. 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 AxisServiceGroup
DeploymentEngine. 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 AxisServiceGroup
DeploymentEngine. loadServiceGroup(File serviceFile, ConfigurationContext configCtx)
Methods in org.apache.axis2.deployment with parameters of type AxisServiceGroup Modifier and Type Method Description static void
DeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
protected static void
DeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)
protected static boolean
DeploymentEngine. 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 void
ServiceGroupBuilder. processModuleRefs(Iterator moduleRefs, AxisServiceGroup axisServiceGroup)
Gets the list of modules that is required to be engaged globally.protected void
ServiceGroupBuilder. 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 AxisServiceGroup
AxisService. getAxisServiceGroup()
Methods in org.apache.axis2.description with parameters of type AxisServiceGroup Modifier and Type Method Description void
AxisService. 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 AxisServiceGroup
AxisConfiguration. getServiceGroup(String serviceNameAndGroupString)
AxisServiceGroup
AxisConfiguration. 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 void
AxisConfiguration. addServiceGroup(AxisServiceGroup axisServiceGroup)
void
AxisConfiguration. notifyObservers(AxisEvent event, 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 Modifier and Type Method Description protected AxisServiceGroup
JAXWSDeployerSupport. 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 AxisServiceGroup
ObjectStateUtils. findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName)
Find the AxisServiceGroup object that matches the criteriaAxisServiceGroup
FaultyServiceData. getServiceGroup()
Methods in org.apache.axis2.util with parameters of type AxisServiceGroup Modifier and Type Method Description static String
SessionUtils. 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)
-