public abstract class WSToolsObjectFactory extends Object
Constructor and Description |
---|
WSToolsObjectFactory() |
Modifier and Type | Method and Description |
---|---|
static WSToolsObjectFactory |
newInstance()
Obtain an instance of a factory.
|
abstract 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 |
wsgen(OutputStream logStream,
String[] args)
Invokes wsgen on the endpoint implementation, and generates the necessary
artifacts like wrapper, exception bean classes etc.
|
abstract 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.
|
boolean |
wsimport(OutputStream logStream,
String[] args)
Invokes wsimport on the wsdl URL argument, and generates the necessary
portable artifacts like SEI, Service, Bean classes etc.
|
public static WSToolsObjectFactory newInstance()
public abstract boolean wsimport(OutputStream logStream, com.sun.xml.ws.api.server.Container container, String[] args)
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 wsimport(OutputStream logStream, String[] args)
wsimport(OutputStream, Container, String[])
public abstract boolean wsgen(OutputStream logStream, com.sun.xml.ws.api.server.Container container, String[] args)
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 classpublic boolean wsgen(OutputStream logStream, String[] args)
wsgen(OutputStream, Container, String[])
Copyright © 2015 Oracle Corporation. All rights reserved.