|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.ws.spi.WSToolsObjectFactory
public abstract class WSToolsObjectFactory
Singleton abstract factory used to produce JAX-WS tools related objects.
Constructor Summary | |
---|---|
WSToolsObjectFactory()
|
Method Summary | |
---|---|
static WSToolsObjectFactory |
newInstance()
Obtain an instance of a factory. |
abstract boolean |
wsgen(OutputStream logStream,
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,
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSToolsObjectFactory()
Method Detail |
---|
public static WSToolsObjectFactory newInstance()
public abstract boolean wsimport(OutputStream logStream, 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 url
public boolean wsimport(OutputStream logStream, String[] args)
#wsimport(OutputStream, Container, String[])}
public abstract boolean wsgen(OutputStream logStream, 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 class
public boolean wsgen(OutputStream logStream, String[] args)
#wsgen(OutputStream, Container, String[])}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |