Modifier and Type | Method and Description |
---|---|
AxisServiceGroup |
MessageContext.getAxisServiceGroup() |
AxisServiceGroup |
ServiceGroupContext.getDescription() |
Modifier and Type | Method and 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 context
|
void |
MessageContext.setAxisServiceGroup(AxisServiceGroup axisServiceGroup) |
Constructor and Description |
---|
ServiceGroupContext(ConfigurationContext parent,
AxisServiceGroup axisServiceGroup) |
Modifier and Type | Method and Description |
---|---|
static AxisServiceGroup |
ActivateUtils.findServiceGroup(AxisConfiguration axisConfig,
String serviceGrpClassName,
String serviceGrpName)
Find the AxisServiceGroup object that matches the criteria
Note the saved service group meta information may not
match up with any of the serviceGroups that
are in the current AxisConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
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
|
static AxisServiceGroup |
DeploymentEngine.loadServiceGroup(File serviceFile,
ConfigurationContext configCtx) |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup,
ArrayList serviceList,
URL serviceLocation,
DeploymentFileData currentDeploymentFile,
AxisConfiguration axisConfiguration) |
protected static void |
DeploymentEngine.fillServiceGroup(AxisServiceGroup serviceGroup,
ArrayList serviceList,
URL serviceLocation,
AxisConfiguration axisConfig) |
protected static boolean |
DeploymentEngine.isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup,
ArrayList 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 |
DeploymentEngine.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) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AxisService> |
ArchiveReader.buildServiceGroup(InputStream zin,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
HashMap<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.
|
Modifier and Type | Method and Description |
---|---|
AxisServiceGroup |
AxisService.getAxisServiceGroup() |
Modifier and Type | Method and Description |
---|---|
void |
AxisService.setParent(AxisServiceGroup parent) |
Modifier and Type | Method and Description |
---|---|
AxisServiceGroup |
AxisConfiguration.getServiceGroup(String serviceNameAndGroupString) |
AxisServiceGroup |
AxisConfiguration.removeServiceGroup(String serviceGroupName) |
Modifier and Type | Method and Description |
---|---|
Iterator<AxisServiceGroup> |
AxisConfiguration.getServiceGroups() |
Modifier and Type | Method and Description |
---|---|
void |
AxisConfiguration.addServiceGroup(AxisServiceGroup axisServiceGroup) |
void |
AxisConfiguration.notifyObservers(AxisEvent event,
AxisServiceGroup serviceGroup) |
void |
AxisObserver.serviceGroupUpdate(AxisEvent event,
AxisServiceGroup serviceGroup) |
Modifier and Type | Method and Description |
---|---|
static AxisServiceGroup |
ObjectStateUtils.findServiceGroup(AxisConfiguration axisConfig,
String serviceGrpClassName,
String serviceGrpName)
Find the AxisServiceGroup object that matches the criteria Note the saved
service group meta information may not match up with any of the serviceGroups that
are in the current AxisConfiguration object.
|
AxisServiceGroup |
FaultyServiceData.getServiceGroup() |
Modifier and Type | Method and 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 group
|
Constructor and Description |
---|
FaultyServiceData(AxisServiceGroup serviceGroup,
ArrayList serviceList,
URL serviceLocation,
DeploymentFileData currentDeploymentFile) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.