Uses of Interface
org.apache.axis2.deployment.Deployer
-
Packages that use Deployer Package Description org.apache.axis2.deployment org.apache.axis2.deployment.repository.util org.apache.axis2.jaxws.framework -
-
Uses of Deployer in org.apache.axis2.deployment
Classes in org.apache.axis2.deployment that implement Deployer Modifier and Type Class Description class
AbstractDeployer
AbstractDeployer class which can be extended by all Axis2 deployersclass
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
Methods in org.apache.axis2.deployment that return Deployer Modifier and Type Method Description Deployer
DeploymentEngine. getDeployer(String directory, String extension)
Methods in org.apache.axis2.deployment that return types with arguments of type Deployer Modifier and Type Method Description Map<String,Map<String,Deployer>>
DeploymentEngine. getDeployers()
Methods in org.apache.axis2.deployment with parameters of type Deployer Modifier and Type Method 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)
Method parameters in org.apache.axis2.deployment with type arguments of type Deployer Modifier and Type Method Description void
DeploymentEngine. setDeployers(Map<String,Map<String,Deployer>> deployerMap)
-
Uses of Deployer in org.apache.axis2.deployment.repository.util
Methods in org.apache.axis2.deployment.repository.util that return Deployer Modifier and Type Method Description Deployer
DeploymentFileData. getDeployer()
Deployer
WSInfo. getDeployer()
Methods in org.apache.axis2.deployment.repository.util with parameters of type Deployer Modifier and Type Method 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)
Constructors in org.apache.axis2.deployment.repository.util with parameters of type Deployer Constructor Description DeploymentFileData(File file, Deployer deployer)
DeploymentFileData(URL url, Deployer deployer, ClassLoader classLoader)
WSInfo(String fileName, long lastModifiedDate, Deployer deployer, int type)
-
Uses of Deployer in org.apache.axis2.jaxws.framework
Classes in org.apache.axis2.jaxws.framework that implement Deployer Modifier and Type Class Description class
JAXWSDeployer
-