|
||||||||||
| 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.jca.common.api.metadata.ra.Connector |
merge(org.jboss.jca.common.api.metadata.ra.Connector connector,
org.jboss.jca.common.spi.annotations.repository.AnnotationRepository annotationRepository,
ClassLoader classLoader)
Scan for annotations in the URLs specified |
org.jboss.jca.common.api.metadata.ra.Connector |
process(org.jboss.jca.common.spi.annotations.repository.AnnotationRepository annotationRepository,
String xmlResourceAdapterClass,
ClassLoader classLoader)
Process annotations |
| 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.jca.common.api.metadata.ra.Connector merge(org.jboss.jca.common.api.metadata.ra.Connector connector,
org.jboss.jca.common.spi.annotations.repository.AnnotationRepository annotationRepository,
ClassLoader classLoader)
throws Exception
connector - The connector adapter metadataannotationRepository - annotationRepository to useclassLoader - The class loader used to generate the repository
Exception - Thrown if an error occurs
public org.jboss.jca.common.api.metadata.ra.Connector process(org.jboss.jca.common.spi.annotations.repository.AnnotationRepository annotationRepository,
String xmlResourceAdapterClass,
ClassLoader classLoader)
throws Exception
annotationRepository - The annotation repositoryxmlResourceAdapterClass - resource adpater class name as define in xmlclassLoader - The class loader used to generate the repository
Exception - Thrown if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||