Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

Excerpt

The jaxws-tools script can be used to generate portable artifacts used in JAX-WS web services

. For example, portable artifacts such as Service Endpoint Interface (SEI) class, Service class, JAXB generated value types, etc.

...

No Format
java -Djava.endorsed.dirs=lib/endorsed -jar bin/jaxws-tools.jar toolName \[toolOptions\] ...

wsgen

The jaxws-tools uses the wsgen tool provided by Sun to generate the portable artifacts from Java class. The wsgen tools has the following syntax:

...