org.jboss.wsf.spi.tools.cmd
Class WSProvide

java.lang.Object
  extended by org.jboss.wsf.spi.tools.cmd.WSProvide

public class WSProvide
extends java.lang.Object

WSProvideTask is a cmd line tool that generates portable JAX-WS artifacts for a service endpoint implementation.

  usage: WSProvideTask [options] <endpoint class name>
  options: 
  -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
  -q, --quiet                 Be somewhat more quiet
  -t, --show-traces           Show full exception stack traces
  -l, --load-provider           Load the provider and exit (debug utility)
 

Author:
Jason T. Greene

Field Summary
static java.lang.String PROGRAM_NAME
           
 
Constructor Summary
WSProvide()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROGRAM_NAME

public static final java.lang.String PROGRAM_NAME
Constructor Detail

WSProvide

public WSProvide()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.