com.sun.tools.ws.wscompile
Class WsgenTool
java.lang.Object
com.sun.tools.ws.wscompile.WsgenTool
- All Implemented Interfaces:
- AnnotationProcessorFactory
public class WsgenTool
- extends Object
- implements AnnotationProcessorFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedOptions
static final Collection<String> supportedOptions
supportedAnnotations
static final Collection<String> supportedAnnotations
WsgenTool
public WsgenTool(OutputStream out,
Container container)
WsgenTool
public WsgenTool(OutputStream out)
run
public boolean run(String[] args)
buildModel
public boolean buildModel(String endpoint,
WsgenTool.Listener listener)
throws BadCommandLineException
- Throws:
BadCommandLineException
usage
protected void usage(Options options)
supportedOptions
public Collection<String> supportedOptions()
- Specified by:
supportedOptions
in interface AnnotationProcessorFactory
supportedAnnotationTypes
public Collection<String> supportedAnnotationTypes()
- Specified by:
supportedAnnotationTypes
in interface AnnotationProcessorFactory
getProcessorFor
public AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> set,
AnnotationProcessorEnvironment apEnv)
- Specified by:
getProcessorFor
in interface AnnotationProcessorFactory