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, wsimportpublic boolean wsimport(OutputStream logStream, com.sun.xml.ws.api.server.Container container, String[] args)
WSToolsObjectFactorywsimport in class WSToolsObjectFactorylogStream - 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)
WSToolsObjectFactorywsgen in class WSToolsObjectFactorylogStream - 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.