Uses of Interface
com.sun.tools.ws.processor.modeler.annotation.ModelBuilder

Packages that use ModelBuilder
com.sun.tools.ws.processor.modeler.annotation   
 

Uses of ModelBuilder in com.sun.tools.ws.processor.modeler.annotation
 

Classes in com.sun.tools.ws.processor.modeler.annotation that implement ModelBuilder
 class WebServiceAP
          WebServiceAP is a APT AnnotationProcessor for processing javax.jws.* and javax.xml.ws.* annotations.
 

Fields in com.sun.tools.ws.processor.modeler.annotation declared as ModelBuilder
protected  ModelBuilder WebServiceVisitor.builder
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type ModelBuilder
 void AnnotationProcessorContext.SEIContext.addExceptionBeanEntry(String exception, FaultInfo faultInfo, ModelBuilder builder)
           
 

Constructors in com.sun.tools.ws.processor.modeler.annotation with parameters of type ModelBuilder
WebServiceVisitor(ModelBuilder builder, AnnotationProcessorContext context)
           
WebServiceWrapperGenerator(ModelBuilder builder, AnnotationProcessorContext context)