java.lang.Object
javax.annotation.processing.AbstractProcessor
com.sun.tools.ws.processor.modeler.annotation.WebServiceAp
All Implemented Interfaces:
ModelBuilder, Processor
Direct Known Subclasses:
WebServiceAP

@SupportedAnnotationTypes({"javax.jws.HandlerChain","javax.jws.Oneway","javax.jws.WebMethod","javax.jws.WebParam","javax.jws.WebResult","javax.jws.WebService","javax.jws.soap.InitParam","javax.jws.soap.SOAPBinding","javax.jws.soap.SOAPMessageHandler","javax.jws.soap.SOAPMessageHandlers","javax.xml.ws.BindingType","javax.xml.ws.RequestWrapper","javax.xml.ws.ResponseWrapper","javax.xml.ws.ServiceMode","javax.xml.ws.WebEndpoint","javax.xml.ws.WebFault","javax.xml.ws.WebServiceClient","javax.xml.ws.WebServiceProvider","javax.xml.ws.WebServiceRef"}) @SupportedOptions({"doNotOverWrite","ignoreNoWebServiceFoundWarning","verbose"}) public class WebServiceAp extends AbstractProcessor implements ModelBuilder
WebServiceAp is a AnnotationProcessor for processing javax.jws.* and javax.xml.ws.* annotations. This class is used either by the WsGen (CompileTool) tool or indirectly when invoked by javac.
Author:
WS Development Team