|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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.deployment |
Methods in org.apache.axis2.deployment that return AxisServiceGroup | |
static AxisServiceGroup |
DeploymentEngine.buildServiceGroup(InputStream servicesxml,
ClassLoader classLoader,
String serviceGroupName,
ConfigurationContext configCtx,
ArchiveReader archiveReader,
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 | |
ArrayList |
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 | |
ArrayList |
ArchiveReader.buildServiceGroup(InputStream zin,
ArchiveFileData currentFile,
AxisServiceGroup axisServiceGroup,
HashMap wsdlServices,
ConfigurationContext configCtx)
|
ArrayList |
ArchiveReader.processServiceGroup(String filename,
ArchiveFileData currentFile,
AxisServiceGroup axisServiceGroup,
boolean extractService,
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.getServiceGroup(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 with parameters of type AxisServiceGroup | |
static 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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |