public class WSToolsObjectFactoryImpl extends WSToolsObjectFactory
Constructor and Description |
---|
WSToolsObjectFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
wsgen(OutputStream logStream,
com.sun.xml.ws.api.server.Container container,
String[] args)
Invokes wsgen on the endpoint implementation, and generates the necessary
artifacts like wrapper, exception bean classes etc.
|
boolean |
wsimport(OutputStream logStream,
com.sun.xml.ws.api.server.Container container,
String[] args)
Invokes wsimport on the wsdl URL argument, and generates the necessary
portable artifacts like SEI, Service, Bean classes etc.
|
newInstance, wsgen, wsimport
public boolean wsimport(OutputStream logStream, com.sun.xml.ws.api.server.Container container, String[] args)
WSToolsObjectFactory
wsimport
in class WSToolsObjectFactory
logStream
- Stream used for reporting log messages like errors, warnings etccontainer
- gives an environment for tool if it is run during appserver
deploymentargs
- arguments with various options and wsdl urlpublic boolean wsgen(OutputStream logStream, com.sun.xml.ws.api.server.Container container, String[] args)
WSToolsObjectFactory
wsgen
in class WSToolsObjectFactory
logStream
- Stream used for reporting log messages like errors, warnings etccontainer
- gives an environment for tool if it is run during appserver
deploymentargs
- arguments with various options and endpoint classCopyright © 2018 Oracle Corporation. All rights reserved.