|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deployer | |
|---|---|
| org.apache.axis2.deployment | |
| org.apache.axis2.deployment.repository.util | |
| Uses of Deployer in org.apache.axis2.deployment |
|---|
| Classes in org.apache.axis2.deployment that implement Deployer | |
|---|---|
class |
AbstractDeployer
AbstractDeployer class which can be extended by all Axis2 deployers |
class |
ModuleDeployer
|
class |
POJODeployer
|
class |
ServiceDeployer
|
class |
TransportDeployer
|
| Methods in org.apache.axis2.deployment that return Deployer | |
|---|---|
Deployer |
DeploymentEngine.getDeployer(java.lang.String directory,
java.lang.String extension)
|
| Methods in org.apache.axis2.deployment that return types with arguments of type Deployer | |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Deployer>> |
DeploymentEngine.getDeployers()
|
| Methods in org.apache.axis2.deployment with parameters of type Deployer | |
|---|---|
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)
|
| Method parameters in org.apache.axis2.deployment with type arguments of type Deployer | |
|---|---|
void |
DeploymentEngine.setDeployers(java.util.Map<java.lang.String,java.util.Map<java.lang.String,Deployer>> deployerMap)
|
| Uses of Deployer in org.apache.axis2.deployment.repository.util |
|---|
| Methods in org.apache.axis2.deployment.repository.util that return Deployer | |
|---|---|
Deployer |
DeploymentFileData.getDeployer()
|
Deployer |
WSInfo.getDeployer()
|
| Methods in org.apache.axis2.deployment.repository.util with parameters of type Deployer | |
|---|---|
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)
|
| Constructors in org.apache.axis2.deployment.repository.util with parameters of type Deployer | |
|---|---|
DeploymentFileData(java.io.File file,
Deployer deployer)
|
|
WSInfo(java.lang.String fileName,
long lastModifiedDate,
Deployer deployer,
int type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||