|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor<ClassAnnotationMetadata>
com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor<JService>
com.bm.ejb3metadata.annotations.analyzer.classes.JBossEjbServiceVisitor
public class JBossEjbServiceVisitor
This class manages the handling of @Service
annotation.
Field Summary | |
---|---|
static java.lang.String |
TYPE
Type of annotation. |
Constructor Summary | |
---|---|
JBossEjbServiceVisitor(ClassAnnotationMetadata classAnnotationMetadata)
Constructor. |
Method Summary | |
---|---|
JService |
getJCommonBean()
|
java.lang.String |
getType()
|
void |
visitEnd()
Visits the end of the annotation. |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor |
---|
visit |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor |
---|
getAnnotationMetadata, visitAnnotation, visitArray, visitEnum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public JBossEjbServiceVisitor(ClassAnnotationMetadata classAnnotationMetadata)
classAnnotationMetadata
- linked to a class metadataMethod Detail |
---|
public void visitEnd()
visitEnd
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visitEnd
in class AbsCommonEjbVisitor<JService>
public JService getJCommonBean()
getJCommonBean
in class AbsCommonEjbVisitor<JService>
public java.lang.String getType()
getType
in interface AnnotationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |