com.sun.tools.ws.wscompile
Class WsgenTool

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

public class WsgenTool
extends java.lang.Object


Nested Class Summary
(package private)  class WsgenTool.Listener
           
(package private) static class WsgenTool.ReportOutput
          "Namespace" for code needed to generate the report file.
 
Constructor Summary
WsgenTool(java.io.OutputStream out)
           
WsgenTool(java.io.OutputStream out, com.sun.xml.ws.api.server.Container container)
           
 
Method Summary
 boolean buildModel(java.lang.String endpoint, WsgenTool.Listener listener)
           
 boolean run(java.lang.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(java.io.OutputStream out,
                 com.sun.xml.ws.api.server.Container container)

WsgenTool

public WsgenTool(java.io.OutputStream out)
Method Detail

run

public boolean run(java.lang.String[] args)

buildModel

public boolean buildModel(java.lang.String endpoint,
                          WsgenTool.Listener listener)
                   throws BadCommandLineException
Parameters:
endpoint -
listener -
Returns:
Throws:
BadCommandLineException

usage

protected void usage(Options options)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.