Methods in org.apache.axis2.deployment with parameters of type DeploymentFileData |
static void |
DeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup,
java.util.ArrayList serviceList,
java.net.URL serviceLocation,
DeploymentFileData currentDeploymentFile,
AxisConfiguration axisConfiguration)
|
void |
DeploymentEngine.addWSToDeploy(DeploymentFileData file)
|
void |
Deployer.deploy(DeploymentFileData deploymentFileData)
Process a file and add it to the configuration |
void |
ModuleDeployer.deploy(DeploymentFileData deploymentFileData)
|
void |
POJODeployer.deploy(DeploymentFileData deploymentFileData)
|
void |
AbstractDeployer.deploy(DeploymentFileData deploymentFileData)
|
void |
TransportDeployer.deploy(DeploymentFileData deploymentFileData)
|
void |
ServiceDeployer.deploy(DeploymentFileData deploymentFileData)
|
protected static boolean |
DeploymentEngine.isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup,
java.util.ArrayList serviceList,
java.net.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. |
Methods in org.apache.axis2.deployment.repository.util with parameters of type DeploymentFileData |
java.util.ArrayList<AxisService> |
ArchiveReader.buildServiceGroup(java.io.InputStream zin,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
java.util.HashMap<java.lang.String,AxisService> wsdlServices,
ConfigurationContext configCtx)
|
java.util.ArrayList<AxisService> |
ArchiveReader.processServiceGroup(java.lang.String filename,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
boolean extractService,
java.util.HashMap<java.lang.String,AxisService> wsdlServices,
ConfigurationContext configCtx)
Extracts Service XML files and builds the service groups. |
java.util.HashMap<java.lang.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)
|