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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/spi/
H A DWSToolsObjectFactory.java52 * Invokes wsimport on the wsdl URL argument, and generates the necessary
62 public abstract boolean wsimport(OutputStream logStream, Container container, String[] args); method in class:WSToolsObjectFactory
65 * Invokes wsimport on the wsdl URL argument, and generates the necessary
70 * @see {@link #wsimport(OutputStream, Container, String[])}
72 public boolean wsimport(OutputStream logStream, String[] args) { method in class:WSToolsObjectFactory
73 return wsimport(logStream, Container.NONE, args);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/util/
H A DWSToolsObjectFactoryImpl.java43 public boolean wsimport(OutputStream logStream, Container container, String[] args) { method in class:WSToolsObjectFactoryImpl

Completed in 33 milliseconds