Uses of Class
com.sun.enterprise.deployment.util.webservice.SEIConfig
-
Packages that use SEIConfig Package Description com.sun.enterprise.deployment.util.webservice -
-
Uses of SEIConfig in com.sun.enterprise.deployment.util.webservice
Methods in com.sun.enterprise.deployment.util.webservice with parameters of type SEIConfig Modifier and Type Method Description abstract voidWsCompileInvoker. generateWSDL(SEIConfig config)This is used to generate WSDL and mapping files given information on SEI config; the caller sends in all the required info in SEIConfig (info like name of webservice, interface name, package name etc) and this method creates the equivalent jaxrpc-config.xml, invokes wscompile with -define option which will generate the WSDL and the mapping file.
-