Package org.apache.axis2.jaxws.framework
Class JAXWSDeployer
java.lang.Object
org.apache.axis2.deployment.AbstractDeployer
org.apache.axis2.jaxws.framework.JAXWSDeployer
- All Implemented Interfaces:
org.apache.axis2.deployment.Deployer
public class JAXWSDeployer
extends org.apache.axis2.deployment.AbstractDeployer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.engine.AxisConfigurationprotected org.apache.axis2.context.ConfigurationContextFields inherited from class org.apache.axis2.deployment.AbstractDeployer
deploymentFileDataMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) protected voidvoidinit(org.apache.axis2.context.ConfigurationContext configCtx) static booleanCheck if this inputstream is a jar/zipvoidsetDirectory(String directory) voidsetExtension(String extension) protected voidstoreFaultyService(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData, Throwable t) voidMethods inherited from class org.apache.axis2.deployment.AbstractDeployer
addServiceBuilderExtensions, cleanup, executeServiceBuilderExtensions, getServiceBuilderExtensions
-
Field Details
-
configCtx
protected org.apache.axis2.context.ConfigurationContext configCtx -
axisConfig
protected org.apache.axis2.engine.AxisConfiguration axisConfig
-
-
Constructor Details
-
JAXWSDeployer
public JAXWSDeployer()
-
-
Method Details
-
init
public void init(org.apache.axis2.context.ConfigurationContext configCtx) -
deployServicesInWARClassPath
protected void deployServicesInWARClassPath() -
getClassesInWebInfDirectory
-
deploy
public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) - Specified by:
deployin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
deployin classorg.apache.axis2.deployment.AbstractDeployer
-
storeFaultyService
protected void storeFaultyService(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData, Throwable t) -
setDirectory
-
setExtension
-
undeploy
- Specified by:
undeployin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
undeployin classorg.apache.axis2.deployment.AbstractDeployer
-
isJar
Check if this inputstream is a jar/zip- Parameters:
f- - file- Returns:
- true if inputstream is a jar
-