com.sun.tools.ws.wscompile
Class WsgenTool

java.lang.Object
  extended by com.sun.tools.ws.wscompile.WsgenTool

public class WsgenTool
extends Object

Author:
Vivek Pandey

Constructor Summary
WsgenTool(OutputStream out)
           
WsgenTool(OutputStream out, Container container)
           
 
Method Summary
 boolean buildModel(String endpoint, com.sun.tools.ws.wscompile.WsgenTool.Listener listener)
           
 boolean run(String[] args)
           
protected  void usage(Options options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsgenTool

public WsgenTool(OutputStream out,
                 Container container)

WsgenTool

public WsgenTool(OutputStream out)
Method Detail

run

public boolean run(String[] args)

buildModel

public boolean buildModel(String endpoint,
                          com.sun.tools.ws.wscompile.WsgenTool.Listener listener)
                   throws BadCommandLineException
Parameters:
endpoint -
listener -
Returns:
Throws:
BadCommandLineException

usage

protected void usage(Options options)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.