| 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 |
class |
POJODeployer |
class |
ServiceDeployer |
class |
TransportDeployer |
| Modifier and Type | Method and Description |
|---|---|
Deployer |
DeploymentEngine.getDeployer(java.lang.String directory,
java.lang.String extension) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Deployer>> |
DeploymentEngine.getDeployers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEngine.addDeployer(Deployer deployer,
java.lang.String directory,
java.lang.String extension)
Add and initialize a new Deployer.
|
void |
RepositoryListener.addFileToDeploy(java.io.File file,
Deployer deployer,
int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEngine.setDeployers(java.util.Map<java.lang.String,java.util.Map<java.lang.String,Deployer>> deployerMap) |
| Modifier and Type | Method and Description |
|---|---|
Deployer |
WSInfo.getDeployer() |
Deployer |
DeploymentFileData.getDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSInfoList.addWSInfoItem(java.io.File file,
Deployer deployer,
int type)
First checks whether the file is already available by the
system call fileExists.
|
void |
DeploymentFileData.setDeployer(Deployer deployer) |
| Constructor and Description |
|---|
DeploymentFileData(java.io.File file,
Deployer deployer) |
WSInfo(java.lang.String fileName,
long lastModifiedDate,
Deployer deployer,
int type) |
Copyright © 2004-2018 The Apache Software Foundation. All Rights Reserved.