Class GhostAwareAxis2ServiceDeployer

java.lang.Object
org.apache.axis2.deployment.AbstractDeployer
org.apache.axis2.deployment.ServiceDeployer
org.wso2.carbon.utils.deployment.GhostAwareAxis2ServiceDeployer
All Implemented Interfaces:
org.apache.axis2.deployment.Deployer

public class GhostAwareAxis2ServiceDeployer extends org.apache.axis2.deployment.ServiceDeployer
Ghost aware aar services deployer.
  • Field Summary

    Fields inherited from class org.apache.axis2.deployment.AbstractDeployer

    deploymentFileDataMap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
     
    void
    init(org.apache.axis2.context.ConfigurationContext configCtx)
     
    void
    undeploy(String fileName)
     

    Methods inherited from class org.apache.axis2.deployment.ServiceDeployer

    setDirectory, setExtension

    Methods inherited from class org.apache.axis2.deployment.AbstractDeployer

    cleanup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.axis2.deployment.Deployer

    sort
  • Constructor Details

    • GhostAwareAxis2ServiceDeployer

      public GhostAwareAxis2ServiceDeployer()
  • Method Details

    • init

      public void init(org.apache.axis2.context.ConfigurationContext configCtx)
      Specified by:
      init in interface org.apache.axis2.deployment.Deployer
      Overrides:
      init in class org.apache.axis2.deployment.ServiceDeployer
    • deploy

      public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) throws org.apache.axis2.deployment.DeploymentException
      Specified by:
      deploy in interface org.apache.axis2.deployment.Deployer
      Overrides:
      deploy in class org.apache.axis2.deployment.ServiceDeployer
      Throws:
      org.apache.axis2.deployment.DeploymentException
    • undeploy

      public void undeploy(String fileName) throws org.apache.axis2.deployment.DeploymentException
      Specified by:
      undeploy in interface org.apache.axis2.deployment.Deployer
      Overrides:
      undeploy in class org.apache.axis2.deployment.ServiceDeployer
      Throws:
      org.apache.axis2.deployment.DeploymentException