Package | Description |
---|---|
org.apache.axis2.deployment | |
org.apache.axis2.deployment.repository.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployer
AbstractDeployer class which can be extended by all Axis2 deployers
|
class |
ModuleDeployer
Standard Axis2 Module Deployer which use module.xml file to deploy
Modules.
|
class |
POJODeployer |
class |
ServiceDeployer
Standard Axis2 service Deployer which use services.xml file to build
services.
|
class |
TransportDeployer |
Modifier and Type | Method and Description |
---|---|
Deployer |
DeploymentEngine.getDeployer(String directory,
String extension) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Deployer>> |
DeploymentEngine.getDeployers() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEngine.addDeployer(Deployer deployer,
String directory,
String extension)
Add and initialize a new Deployer.
|
void |
RepositoryListener.addFileToDeploy(File file,
Deployer deployer,
int type) |
void |
RepositoryListener.addURLToDeploy(URL url,
Deployer deployer,
int type) |
void |
ServiceDeployer.deployFromUrl(Deployer deployer,
URL servicesURL) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEngine.setDeployers(Map<String,Map<String,Deployer>> deployerMap) |
Modifier and Type | Method and Description |
---|---|
Deployer |
WSInfo.getDeployer() |
Deployer |
DeploymentFileData.getDeployer() |
Modifier and Type | Method and Description |
---|---|
void |
WSInfoList.addWSInfoItem(File file,
Deployer deployer,
int type)
First checks whether the file is already available by the
system call fileExists.
|
void |
WSInfoList.addWSInfoItem(URL url,
Deployer deployer,
int type) |
void |
DeploymentFileData.setDeployer(Deployer deployer) |
Constructor and Description |
---|
DeploymentFileData(File file,
Deployer deployer) |
DeploymentFileData(URL url,
Deployer deployer,
ClassLoader classLoader) |
WSInfo(String fileName,
long lastModifiedDate,
Deployer deployer,
int type) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.