com.sun.tools.ws.processor.modeler.annotation
Class AnnotationProcessorContext
java.lang.Object
com.sun.tools.ws.processor.modeler.annotation.AnnotationProcessorContext
public class AnnotationProcessorContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProcessorContext
public AnnotationProcessorContext()
- Creates a new instance of AnnotationProcessorContext
addSEIContext
public void addSEIContext(String seiName,
AnnotationProcessorContext.SEIContext seiContext)
getSEIContext
public AnnotationProcessorContext.SEIContext getSEIContext(String seiName)
getSEIContext
public AnnotationProcessorContext.SEIContext getSEIContext(TypeDeclaration d)
getSEIContexts
public Collection<AnnotationProcessorContext.SEIContext> getSEIContexts()
getRound
public int getRound()
incrementRound
public void incrementRound()
isEncoded
public static boolean isEncoded(Model model)
setModelCompleted
public void setModelCompleted(boolean modelCompleted)
isModelCompleted
public boolean isModelCompleted()