| Package | Description |
|---|---|
| com.sun.enterprise.deployment.util.webservice |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WsCompileInvoker.generateClientStubs(WSDLConfig config)
This is used to generate the non-portable client side artifacts given information on WSDL file location and the
package name; The caller sends the required info on WSDL location, package name etc in WSDLConfig argument and
this method creates the equivalent jaxrpc-config.xml, invokes wscompile with -gen:client option which will
generate all required non-portable client-side artifacts like JAXRPC stubs etc.
|
abstract void |
WsCompileInvoker.generateSEI(WSDLConfig config)
This is used to generate SEI and mapping files given information on WSDL file location, require package name.
|
abstract void |
WsCompileInvoker.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.
|
Copyright © 2017. All rights reserved.