|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTwoPhaseAnnotationProcessor
WsmAnnotationProcessor
public class WsmAnnotationProcessor
WsmAnnotationProcessor provides an API for IDEs and other applications to perform code validation. todo This class is currently disabled; the object model is solely built through reflection.
Constructor Summary | |
---|---|
WsmAnnotationProcessor(Set<AnnotationTypeDeclaration> _atds,
AnnotationProcessorEnvironment _env)
Constructor. |
Method Summary | |
---|---|
void |
check(Declaration decl)
The check method is responsible for all semantic validation of the input Declaration. |
protected AnnotationModel |
checkObjectModel(TypeDeclaration decl,
WebService ws)
Check object model for implementation beans. |
void |
generate(Declaration decl)
The generate method is responsible for the generation of any additional artifacts (source, class, or binary) that are derived from the input Declaration. |
static AnnotationModel |
getObjectModel(String name)
|
static Set<String> |
getObjectModelNames()
|
protected WebServiceMETHODMetadata |
getWebServiceMETHODMetadata(MethodDeclaration decl)
|
protected WebServicePARAMETERMetadata |
getWebServicePARAMETERMetadata(ParameterDeclaration decl)
|
Methods inherited from class TwoPhaseAnnotationProcessor |
---|
check, generate, getAnnotationProcessorEnvironment, process |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsmAnnotationProcessor(Set<AnnotationTypeDeclaration> _atds, AnnotationProcessorEnvironment _env)
Method Detail |
---|
public void check(Declaration decl)
TwoPhaseAnnotationProcessor
check
in class TwoPhaseAnnotationProcessor
TwoPhaseAnnotationProcessor
public void generate(Declaration decl)
TwoPhaseAnnotationProcessor
generate
in class TwoPhaseAnnotationProcessor
TwoPhaseAnnotationProcessor
protected AnnotationModel checkObjectModel(TypeDeclaration decl, WebService ws)
decl
- ws
-
protected WebServiceMETHODMetadata getWebServiceMETHODMetadata(MethodDeclaration decl)
protected WebServicePARAMETERMetadata getWebServicePARAMETERMetadata(ParameterDeclaration decl)
public static AnnotationModel getObjectModel(String name)
public static Set<String> getObjectModelNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |