Class WebServiceAP

  • All Implemented Interfaces:
    ModelBuilder, Processor

    @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 WebServiceAp
    WebServiceAP is an 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:
    lukas
    • Constructor Detail

      • WebServiceAP

        public WebServiceAP()