Class SEIConfig


  • public class SEIConfig
    extends Object
    This class is used by the deployment tool to set the required information for jaxrpc-config.xml that is passed as an argument to the wscompile tool. This class is to be used when the developer is using the deploytool to generate WSDL given an SEI
    • Constructor Detail

      • SEIConfig

        public SEIConfig​(String svcName,
                         String space,
                         String pkg,
                         String svcIntf,
                         String svcImpl)
        Constructor takes all required arguments and sets them appropriately
        Parameters:
        svcName - Name of the webservice
        space - namespace to be used for the webservice
        pkg - the package name where the SEI and its implementations are present
        svcIntf - the name of the SEI
        svcImpl - the name of SEI implementation
    • Method Detail

      • getWebServiceName

        public String getWebServiceName()
      • getNameSpace

        public String getNameSpace()
      • getPackageName

        public String getPackageName()
      • getInterface

        public String getInterface()
      • getServant

        public String getServant()