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

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

public class WSConsume
extends java.lang.Object

WSConsumeTask is a cmd line tool that generates portable JAX-WS artifacts from a WSDL file.

  usage: WSConsumeTask [options] <wsdl-url>
  options:
  -h, --help                     Show this help message
  -b, --binding=<file>     One or more JAX-WS or JAXB binding files
  -k, --keep                     Keep/Generate Java source
  -c  --catalog=<file>     Oasis XML Catalog file for entity resolution
  -p  --package=<name>     The target package for generated source
  -w  --wsdlLocation=<loc> Value to use for @@WebService.wsdlLocation
  -o, --output=<directory> The directory to put generated artifacts
  -s, --source=<directory> The directory to put Java source
  -t, --target=<2.0|2.1>   The target specification target
  -q, --quiet                    Be somewhat more quiet
  -v, --verbose                  Show full exception stack traces
  -l, --load-consumer            Load the consumer and exit (debug utility)
  -e, --extension                Enable SOAP 1.2 binding extension
 

Author:
Jason T. Greene

Field Summary
static java.lang.String PROGRAM_NAME
           
 
Constructor Summary
WSConsume()
           
 
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

WSConsume

public WSConsume()
Method Detail

main

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


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