com.sun.tools.ws.processor.modeler.annotation
Class AnnotationProcessorContext

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.annotation.AnnotationProcessorContext

public class AnnotationProcessorContext
extends Object


Nested Class Summary
static class AnnotationProcessorContext.SEIContext
           
 
Constructor Summary
AnnotationProcessorContext()
          Creates a new instance of AnnotationProcessorContext
 
Method Summary
 void addSEIContext(String seiName, AnnotationProcessorContext.SEIContext seiContext)
           
 int getRound()
           
 AnnotationProcessorContext.SEIContext getSEIContext(String seiName)
           
 AnnotationProcessorContext.SEIContext getSEIContext(TypeDeclaration d)
           
 Collection<AnnotationProcessorContext.SEIContext> getSEIContexts()
           
 void incrementRound()
           
static boolean isEncoded(Model model)
           
 boolean isModelCompleted()
           
 void setModelCompleted(boolean modelCompleted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProcessorContext

public AnnotationProcessorContext()
Creates a new instance of AnnotationProcessorContext

Method Detail

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()