org.apache.axis2.jaxws.framework
Class JAXWSDeployer

java.lang.Object
  extended by org.apache.axis2.jaxws.framework.JAXWSDeployer
All Implemented Interfaces:
Deployer

public class JAXWSDeployer
extends java.lang.Object
implements Deployer


Field Summary
protected  AxisConfiguration axisConfig
           
protected  ConfigurationContext configCtx
           
 
Constructor Summary
JAXWSDeployer()
           
 
Method Summary
protected  AxisService createAxisService(java.lang.ClassLoader classLoader, java.lang.String className, java.net.URL serviceLocation)
           
 void deploy(DeploymentFileData deploymentFileData)
          Process a file and add it to the configuration
protected  AxisServiceGroup deployClasses(java.lang.String groupName, java.net.URL location, java.lang.ClassLoader classLoader, java.util.List classList)
           
protected  void deployServicesInWARClassPath()
           
protected  java.util.ArrayList getClassesInWebInfDirectory(java.io.File file)
           
protected  java.util.ArrayList getListOfClasses(DeploymentFileData deploymentFileData)
           
 void init(ConfigurationContext configCtx)
          Initialize the Deployer
static boolean isJar(java.io.File f)
          Check if this inputstream is a jar/zip
 void setDirectory(java.lang.String directory)
          Set the directory
 void setExtension(java.lang.String extension)
          Set the extension to look for TODO: Support multiple extensions?
protected  void storeFaultyService(DeploymentFileData deploymentFileData, java.lang.Throwable t)
           
 void unDeploy(java.lang.String fileName)
          Remove a given file from the configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configCtx

protected ConfigurationContext configCtx

axisConfig

protected AxisConfiguration axisConfig
Constructor Detail

JAXWSDeployer

public JAXWSDeployer()
Method Detail

init

public void init(ConfigurationContext configCtx)
Description copied from interface: Deployer
Initialize the Deployer

Specified by:
init in interface Deployer
Parameters:
configCtx - our ConfigurationContext

deployServicesInWARClassPath

protected void deployServicesInWARClassPath()

getClassesInWebInfDirectory

protected java.util.ArrayList getClassesInWebInfDirectory(java.io.File file)

deploy

public void deploy(DeploymentFileData deploymentFileData)
Description copied from interface: Deployer
Process a file and add it to the configuration

Specified by:
deploy in interface Deployer
Parameters:
deploymentFileData - the DeploymentFileData object to deploy

deployClasses

protected AxisServiceGroup deployClasses(java.lang.String groupName,
                                         java.net.URL location,
                                         java.lang.ClassLoader classLoader,
                                         java.util.List classList)
                                  throws java.lang.ClassNotFoundException,
                                         java.lang.InstantiationException,
                                         java.lang.IllegalAccessException,
                                         AxisFault
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
AxisFault

getListOfClasses

protected java.util.ArrayList getListOfClasses(DeploymentFileData deploymentFileData)
                                        throws java.io.IOException
Throws:
java.io.IOException

storeFaultyService

protected void storeFaultyService(DeploymentFileData deploymentFileData,
                                  java.lang.Throwable t)

createAxisService

protected AxisService createAxisService(java.lang.ClassLoader classLoader,
                                        java.lang.String className,
                                        java.net.URL serviceLocation)
                                 throws java.lang.ClassNotFoundException,
                                        java.lang.InstantiationException,
                                        java.lang.IllegalAccessException,
                                        AxisFault
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
AxisFault

setDirectory

public void setDirectory(java.lang.String directory)
Description copied from interface: Deployer
Set the directory

Specified by:
setDirectory in interface Deployer
Parameters:
directory - directory name

setExtension

public void setExtension(java.lang.String extension)
Description copied from interface: Deployer
Set the extension to look for TODO: Support multiple extensions?

Specified by:
setExtension in interface Deployer
Parameters:
extension - the file extension associated with this Deployer

unDeploy

public void unDeploy(java.lang.String fileName)
Description copied from interface: Deployer
Remove a given file from the configuration

Specified by:
unDeploy in interface Deployer
Parameters:
fileName - name of item to remove

isJar

public static boolean isJar(java.io.File f)
Check if this inputstream is a jar/zip

Parameters:
is -
Returns:
true if inputstream is a jar


Copyright © 2007 Apache Web Services Project. All Rights Reserved.