NonStop Server for Java 6.0 Tools Reference Pages

Title Page | Tools Home Page
wsgen : Java™ API for XML Web
Services (JAX-WS) 2.0
The wsgen tool generates the JAX-WS portable artifacts used in JAX-WS web services.
The tool reads a web service endpoint implementation class (SEI) and generates all the
required artifacts for web service deployment, and invocation. For a complete description of
the tool and its use, see the Sun Microsystems documentation for wsgen.
Synopsis
wsgen.sh <options> <SEI>
The following table lists the wsgen options.
Option Description
-classpath
<path>
Specifies where to find input class files.
-cp <path>
Specifies where to find input class files.
-d <directory>
Specifies where to place generated output files.
-extension
Allows vendor extensions (functionality not
specified by the specification). Use of extensions
may result in applications that are not portable
or may not interoperate with other
implementations.
-help
Displays help.
-keep
Keeps generated files.
-r <directory>
Used only in conjunction with the -wsdl
option. Specifies where to place generated
resource files such as WSDLs.
-s <directory>
Specifies where to place generated source files.