WSProvideTask is a cmd line tool that generates portable JAX-WS artifacts
for a service endpoint implementation.
| -h, --help | Show this help message |
| -k, --keep | Keep/Generate Java source |
| -w, --wsdl | Enable WSDL file generation |
| -c, --classpath=<path< | The classpath that contains the endpoint |
| -o, --output=<directory> | The directory to put generated artifacts |
| -r, --resource=<directory> | The directory to put resource artifacts |
| -s, --source=<directory> | The directory to put Java source |
| -a, --address=<address> | The generated port soap:address in wsdl |
| -q, --quiet | Be somewhat more quiet |
| -t, --show-traces | Show full exception stack traces |
| -l, --load-provider | Load the provider and exit (debug utility) |
| -e, --extension | Enable SOAP 1.2 binding extension |
- Author:
- Jason T. Greene, Richard Opalka, Alessio Soldano
-
-
Constructor Summary
Constructors
| Constructor and Description |
WSProvide() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static void |
main(String[] args) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WSProvide
public WSProvide()
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.