Package com.sun.tools.ws
Class WebServiceAP
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- com.sun.tools.ws.processor.modeler.annotation.WebServiceAp
-
- com.sun.tools.ws.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 anAnnotationProcessorfor 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
-
-
Field Summary
-
Fields inherited from class com.sun.tools.ws.processor.modeler.annotation.WebServiceAp
context, DO_NOT_OVERWRITE, IGNORE_NO_WEB_SERVICE_FOUND_WARNING, VERBOSE
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description WebServiceAP()WebServiceAP(WsgenOptions options, PrintStream out)
-
Method Summary
-
Methods inherited from class com.sun.tools.ws.processor.modeler.annotation.WebServiceAp
canOverWriteClass, checkAndSetProcessed, getHolderValueType, getOperationName, getOptions, getProcessingEnvironment, getSourceDir, getSupportedSourceVersion, init, isRemote, isServiceException, log, process, processError, processError, processWarning, report
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
-
-
-
Constructor Detail
-
WebServiceAP
public WebServiceAP()
-
WebServiceAP
public WebServiceAP(WsgenOptions options, PrintStream out)
-
-