|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.annotations.Annotations
public class Annotations

The annotation processor for JCA 1.6
| Constructor Summary | |
|---|---|
Annotations()
Constructor |
|
| Method Summary | |
|---|---|
org.jboss.metadata.rar.spec.ConnectorMetaData |
process(org.jboss.metadata.rar.spec.ConnectorMetaData md,
org.jboss.papaki.AnnotationRepository annotationRepository)
Process annotations |
org.jboss.metadata.rar.spec.ConnectorMetaData |
scan(org.jboss.metadata.rar.spec.ConnectorMetaData cmd,
URL[] urls,
ClassLoader cl)
Scan for annotations in the URLs specified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Annotations()
| Method Detail |
|---|
public org.jboss.metadata.rar.spec.ConnectorMetaData scan(org.jboss.metadata.rar.spec.ConnectorMetaData cmd,
URL[] urls,
ClassLoader cl)
throws Exception
cmd - The resource adapter metadataurls - The URLs to be scannedcl - The referenced classloader
Exception - Thrown if an error occurs
public org.jboss.metadata.rar.spec.ConnectorMetaData process(org.jboss.metadata.rar.spec.ConnectorMetaData md,
org.jboss.papaki.AnnotationRepository annotationRepository)
throws Exception
md - The metadataannotationRepository - The annotation repository
Exception - Thrown if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||