com.sun.tools.ws.wscompile
Class WsgenTool

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

public class WsgenTool
extends 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(OutputStream out)
           
WsgenTool(OutputStream out, com.sun.xml.ws.api.server.Container container)
           
 
Method Summary
 boolean buildModel(String endpoint, WsgenTool.Listener listener)
           
 boolean run(String[] args)
           
protected  void usage(WsgenOptions 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,
                 com.sun.xml.ws.api.server.Container container)

WsgenTool

public WsgenTool(OutputStream out)
Method Detail

run

public boolean run(String[] args)

buildModel

public boolean buildModel(String endpoint,
                          WsgenTool.Listener listener)
                   throws BadCommandLineException
Throws:
BadCommandLineException

usage

protected void usage(WsgenOptions options)


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