|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.j2ee.deployment.annotation.EJBAnnotationHelper
public final class EJBAnnotationHelper
Static helper class used to encapsulate all the functions related to the translation of @EJB and @EJBs annotations to deployment descriptor tags. The EJBAnnotationHelper class can be used as part of the deployment of a module into the Geronimo server. It performs the following major functions:
Note(s):
Remaining ToDo(s):
Method Summary | |
---|---|
static boolean |
annotationsPresent(org.apache.xbean.finder.ClassFinder classFinder)
Determine if there are any annotations present |
static void |
processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Process the annotations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean annotationsPresent(org.apache.xbean.finder.ClassFinder classFinder)
public static void processAnnotations(AnnotatedApp annotatedApp, org.apache.xbean.finder.ClassFinder classFinder) throws Exception
Exception
- if parsing or validation error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |