public class JAXWSDeployer extends AbstractDeployer
| Modifier and Type | Field and Description |
|---|---|
protected AxisConfiguration |
axisConfig |
protected ConfigurationContext |
configCtx |
deploymentFileDataMap| Constructor and Description |
|---|
JAXWSDeployer() |
| Modifier and Type | Method and Description |
|---|---|
protected AxisService |
createAxisService(ClassLoader classLoader,
String className,
URL serviceLocation) |
void |
deploy(DeploymentFileData deploymentFileData) |
protected AxisServiceGroup |
deployClasses(String groupName,
URL location,
ClassLoader classLoader,
List<String> classList) |
protected void |
deployServicesInWARClassPath() |
protected ArrayList<String> |
getClassesInWebInfDirectory(File file) |
void |
init(ConfigurationContext configCtx) |
static boolean |
isJar(File f)
Check if this inputstream is a jar/zip
|
void |
setDirectory(String directory) |
void |
setExtension(String extension) |
protected void |
storeFaultyService(DeploymentFileData deploymentFileData,
Throwable t) |
void |
undeploy(String fileName) |
cleanupprotected ConfigurationContext configCtx
protected AxisConfiguration axisConfig
public void init(ConfigurationContext configCtx)
protected void deployServicesInWARClassPath()
public void deploy(DeploymentFileData deploymentFileData)
deploy in interface Deployerdeploy in class AbstractDeployerprotected AxisServiceGroup deployClasses(String groupName, URL location, ClassLoader classLoader, List<String> classList) throws ClassNotFoundException, InstantiationException, IllegalAccessException, AxisFault
protected void storeFaultyService(DeploymentFileData deploymentFileData, Throwable t)
protected AxisService createAxisService(ClassLoader classLoader, String className, URL serviceLocation) throws ClassNotFoundException, InstantiationException, IllegalAccessException, AxisFault
public void setDirectory(String directory)
public void setExtension(String extension)
public void undeploy(String fileName)
undeploy in interface Deployerundeploy in class AbstractDeployerpublic static boolean isJar(File f)
f - - fileCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.