Class SEIConfig
- java.lang.Object
-
- com.sun.enterprise.deployment.util.webservice.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInterface()StringgetNameSpace()StringgetPackageName()StringgetServant()StringgetWebServiceName()
-
-
-
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 webservicespace- namespace to be used for the webservicepkg- the package name where the SEI and its implementations are presentsvcIntf- the name of the SEIsvcImpl- the name of SEI implementation
-
-