Class JAXWSDeployerSupport


  • public class JAXWSDeployerSupport
    extends Object

    The Class JAXWSDeployerSupport act as a helper class for both JAXWSDeployer and JAXWSServiceBuilderExtension.

    Since:
    1.7.0
    • Constructor Detail

      • JAXWSDeployerSupport

        public JAXWSDeployerSupport()
      • JAXWSDeployerSupport

        public JAXWSDeployerSupport​(org.apache.axis2.context.ConfigurationContext configurationContext)
        Instantiates a new jAXWS deployer support.
        Parameters:
        configurationContext - the configuration context
      • JAXWSDeployerSupport

        public JAXWSDeployerSupport​(org.apache.axis2.context.ConfigurationContext configurationContext,
                                    String directory)
        Instantiates a new jAXWS deployer support.
        Parameters:
        configurationContext - the configuration context
        directory - the directory
    • Method Detail

      • getConfigurationContext

        public org.apache.axis2.context.ConfigurationContext getConfigurationContext()
        Gets the configuration context.
        Returns:
        the configuration context
      • setConfigurationContext

        public void setConfigurationContext​(org.apache.axis2.context.ConfigurationContext configurationContext)
        Sets the configuration context.
        Parameters:
        configurationContext - the new configuration context
      • getDirectory

        public String getDirectory()
        Gets the directory.
        Returns:
        the directory
      • setDirectory

        public void setDirectory​(String directory)
        Sets the directory.
        Parameters:
        directory - the new directory
      • getListOfClasses

        public List<String> getListOfClasses​(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
                                      throws org.apache.axis2.deployment.DeploymentException
        Gets the list of classes.
        Parameters:
        deploymentFileData - the deployment file data
        Returns:
        the list of classes
        Throws:
        org.apache.axis2.deployment.DeploymentException - the deployment exception
      • getServiceClassNameFromMetaData

        public List<String> getServiceClassNameFromMetaData​(org.apache.axiom.om.OMElement serviceMetaData)
        Gets the service class name from meta data.
        Parameters:
        serviceMetaData - the service meta data
        Returns:
        the service class name from meta data