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

Author:
Vivek Pandey

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, com.sun.tools.ws.wscompile.WsgenTool.Listener listener)
           
 AnnotationProcessor getProcessorFor(java.util.Set<AnnotationTypeDeclaration> set, AnnotationProcessorEnvironment apEnv)
           
 boolean run(java.lang.String[] args)
           
 java.util.Collection<java.lang.String> supportedAnnotationTypes()
           
 java.util.Collection<java.lang.String> supportedOptions()
           
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(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,
                          com.sun.tools.ws.wscompile.WsgenTool.Listener listener)
                   throws BadCommandLineException
Throws:
BadCommandLineException

usage

protected void usage(WsgenOptions options)

supportedOptions

public java.util.Collection<java.lang.String> supportedOptions()

supportedAnnotationTypes

public java.util.Collection<java.lang.String> supportedAnnotationTypes()

getProcessorFor

public AnnotationProcessor getProcessorFor(java.util.Set<AnnotationTypeDeclaration> set,
                                           AnnotationProcessorEnvironment apEnv)


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