Package | Description |
---|---|
org.apache.axis2.deployment | |
org.apache.axis2.deployment.repository.util | |
org.apache.axis2.deployment.util | |
org.apache.axis2.util |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DeploymentFileData> |
AbstractDeployer.deploymentFileDataMap
The Map
|
protected List<DeploymentFileData> |
DeploymentEngine.wsToDeploy
Stores all the web Services to deploy.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup,
ArrayList<AxisService> serviceList,
URL serviceLocation,
DeploymentFileData currentDeploymentFile,
AxisConfiguration axisConfiguration) |
void |
DeploymentEngine.addWSToDeploy(DeploymentFileData file) |
Map<String,AxisService> |
ServiceBuilderExtension.buildAxisServices(DeploymentFileData deploymentFileData)
Builds the AxisService.
|
Map<String,AxisService> |
WSDLServiceBuilderExtension.buildAxisServices(DeploymentFileData deploymentFileData) |
void |
ModuleDeployer.deoloyFromUrl(DeploymentFileData deploymentFileData) |
void |
AbstractDeployer.deploy(DeploymentFileData deploymentFileData) |
void |
ModuleDeployer.deploy(DeploymentFileData deploymentFileData) |
void |
Deployer.deploy(DeploymentFileData deploymentFileData)
Process a file and add it to the configuration
|
void |
ServiceDeployer.deploy(DeploymentFileData deploymentFileData) |
void |
TransportDeployer.deploy(DeploymentFileData deploymentFileData) |
void |
POJODeployer.deploy(DeploymentFileData deploymentFileData) |
void |
ServiceDeployer.deployFromUrl(DeploymentFileData deploymentFileData) |
protected Map<String,AxisService> |
AbstractDeployer.executeServiceBuilderExtensions(DeploymentFileData deploymentFileData,
ConfigurationContext configurationContext)
This method executes ServiceBuilderExtensions associated with this
Deployer instance and return a list AxisService instances.
|
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.
|
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.buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
Map<String,AxisService> wsdlServices,
ConfigurationContext configCtx) |
ArrayList<AxisService> |
ArchiveReader.processServiceGroup(org.apache.axiom.om.OMElement serviceMetaData,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
boolean extractService,
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.
|
HashMap<String,AxisService> |
ArchiveReader.processWSDLs(DeploymentFileData file)
Creates service objects from wsdl file inside a service archive file.
|
void |
ArchiveReader.readModuleArchive(DeploymentFileData deploymentFile,
AxisModule module,
boolean explodedDir,
AxisConfiguration axisConfig) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
Utils.getListOfClasses(DeploymentFileData deploymentFileData)
Scan a JAR file and return the list of classes contained in the JAR.
|
Modifier and Type | Method and Description |
---|---|
DeploymentFileData |
FaultyServiceData.getCurrentDeploymentFile() |
Constructor and Description |
---|
FaultyServiceData(AxisServiceGroup serviceGroup,
ArrayList<AxisService> serviceList,
URL serviceLocation,
DeploymentFileData currentDeploymentFile) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.