|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisServiceGroup in org.apache.axis2.context |
Methods in org.apache.axis2.context that return AxisServiceGroup | |
AxisServiceGroup |
ServiceGroupContext.getDescription()
|
AxisServiceGroup |
MessageContext.getAxisServiceGroup()
|
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 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.processServiceGroup(String filename,
DeploymentEngine engine,
AxisServiceGroup axisServiceGroup,
boolean extractService,
HashMap wsdls,
AxisConfiguration axisConfig)
Extracts Service XML files and builds the service groups. |
Uses of AxisServiceGroup in org.apache.axis2.description |
Methods in org.apache.axis2.description that return AxisServiceGroup | |
AxisServiceGroup |
AxisService.getParent()
Gets the parent. |
Methods in org.apache.axis2.description with parameters of type AxisServiceGroup | |
void |
AxisService.setParent(AxisServiceGroup parent)
|
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 |
AxisConfiguration.addServiceGroup(AxisServiceGroup axisServiceGroup)
|
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 |