public class ClassMediatorDeployer
extends org.apache.axis2.deployment.AbstractDeployer
| Constructor and Description |
|---|
ClassMediatorDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
This will be called when there is a change in the specified deployment
folder (in the axis2.xml) and this will register class loader into the deployement store
|
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext)
Initializes the Deployer
|
void |
setDirectory(String s) |
void |
setExtension(String s) |
void |
undeploy(String fileName)
This will be called when a particular jar file is deleted from the specified folder.
|
public void init(org.apache.axis2.context.ConfigurationContext configurationContext)
configurationContext - - ConfigurationContext of Axis2 from which
the deployer is initializedpublic void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
throws org.apache.axis2.deployment.DeploymentException
deploy in interface org.apache.axis2.deployment.Deployerdeploy in class org.apache.axis2.deployment.AbstractDeployerdeploymentFileData - - describes the updated fileorg.apache.axis2.deployment.DeploymentException - - in case an error on the deploymentpublic void undeploy(String fileName) throws org.apache.axis2.deployment.DeploymentException
undeploy in interface org.apache.axis2.deployment.Deployerundeploy in class org.apache.axis2.deployment.AbstractDeployerfileName - - filename of the deleted fileorg.apache.axis2.deployment.DeploymentException - - in case of an error in undeploymentpublic void setDirectory(String s)
public void setExtension(String s)
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.