com.sun.tools.ws.processor.modeler.annotation
Class AnnotationProcessorContext
java.lang.Object
com.sun.tools.ws.processor.modeler.annotation.AnnotationProcessorContext
public class AnnotationProcessorContext
- extends java.lang.Object
- Author:
- dkohlert
| 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(java.lang.String seiName,
AnnotationProcessorContext.SEIContext seiContext)
getSEIContext
public AnnotationProcessorContext.SEIContext getSEIContext(java.lang.String seiName)
getSEIContext
public AnnotationProcessorContext.SEIContext getSEIContext(TypeDeclaration d)
getSEIContexts
public java.util.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()
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.