org.wso2.carbon.jaxws.webapp.deployer
Class JaxwsWebappDeployer

java.lang.Object
  extended by org.apache.axis2.deployment.AbstractDeployer
      extended by org.wso2.carbon.webapp.mgt.AbstractWebappDeployer
          extended by org.wso2.carbon.jaxws.webapp.deployer.JaxwsWebappDeployer
All Implemented Interfaces:
org.apache.axis2.deployment.Deployer

Deprecated. Use org.wso2.carbon.webapp.deployer.WebappDeployer instead

public class JaxwsWebappDeployer
extends org.wso2.carbon.webapp.mgt.AbstractWebappDeployer

Axis2 Deployer for deploying JAX-WS/JAX-RS Web applications


Field Summary
 
Fields inherited from class org.wso2.carbon.webapp.mgt.AbstractWebappDeployer
axisConfig, configContext, extension, servletContextParameters, tomcatWebappDeployer, webApplicationsHolderMap, webappsDir
 
Fields inherited from class org.apache.axis2.deployment.AbstractDeployer
deploymentFileDataMap
 
Constructor Summary
JaxwsWebappDeployer()
          Deprecated.  
 
Method Summary
protected  org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer createTomcatGenericWebappDeployer(String webContextPrefix, int tenantId, String tenantDomain)
          Deprecated.  
 void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
          Deprecated.  
protected  String getType()
          Deprecated.  
 void init(org.apache.axis2.context.ConfigurationContext configCtx)
          Deprecated.  
 void setDirectory(String repoDir)
          Deprecated.  
 void setExtension(String extension)
          Deprecated.  
 
Methods inherited from class org.wso2.carbon.webapp.mgt.AbstractWebappDeployer
cleanup, handleRedeployment, isExistingFaultyApp, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxwsWebappDeployer

public JaxwsWebappDeployer()
Deprecated. 
Method Detail

init

public void init(org.apache.axis2.context.ConfigurationContext configCtx)
Deprecated. 
Specified by:
init in interface org.apache.axis2.deployment.Deployer
Overrides:
init in class org.wso2.carbon.webapp.mgt.AbstractWebappDeployer

deploy

public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
            throws org.apache.axis2.deployment.DeploymentException
Deprecated. 
Specified by:
deploy in interface org.apache.axis2.deployment.Deployer
Overrides:
deploy in class org.wso2.carbon.webapp.mgt.AbstractWebappDeployer
Throws:
org.apache.axis2.deployment.DeploymentException

createTomcatGenericWebappDeployer

protected org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer createTomcatGenericWebappDeployer(String webContextPrefix,
                                                                                                    int tenantId,
                                                                                                    String tenantDomain)
Deprecated. 
Specified by:
createTomcatGenericWebappDeployer in class org.wso2.carbon.webapp.mgt.AbstractWebappDeployer

getType

protected String getType()
Deprecated. 
Specified by:
getType in class org.wso2.carbon.webapp.mgt.AbstractWebappDeployer

setDirectory

public void setDirectory(String repoDir)
Deprecated. 

setExtension

public void setExtension(String extension)
Deprecated. 


Copyright © 2015 WSO2. All rights reserved.