Searched defs:wsgen (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/spi/
H A DWSToolsObjectFactory.java77 * Invokes wsgen on the endpoint implementation, and generates the necessary
87 public abstract boolean wsgen(OutputStream logStream, Container container, String[] args); method in class:WSToolsObjectFactory
90 * Invokes wsgen on the endpoint implementation, and generates the necessary
94 * @see {@link #wsgen(OutputStream, Container, String[])}
96 public boolean wsgen(OutputStream logStream, String[] args) { method in class:WSToolsObjectFactory
97 return wsgen(logStream, Container.NONE, args);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/util/
H A DWSToolsObjectFactoryImpl.java49 public boolean wsgen(OutputStream logStream, Container container, String[] args) { method in class:WSToolsObjectFactoryImpl

Completed in 49 milliseconds