- wsgen(OutputStream, Container, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsgen on the endpoint implementation, and generates the necessary
artifacts like wrapper, exception bean classes etc.
- wsgen(OutputStream, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsgen on the endpoint implementation, and generates the necessary
artifacts like wrapper, exception bean classes etc.
- wsimport(OutputStream, Container, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsimport on the wsdl URL argument, and generates the necessary
portable artifacts like SEI, Service, Bean classes etc.
- wsimport(OutputStream, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsimport on the wsdl URL argument, and generates the necessary
portable artifacts like SEI, Service, Bean classes etc.
- WSToolsObjectFactory - Class in com.sun.tools.ws.spi
-
Singleton abstract factory used to produce JAX-WS tools related objects.
- WSToolsObjectFactory() - Constructor for class com.sun.tools.ws.spi.WSToolsObjectFactory
-