org.springframework.jee.ejb
Class EjbReferenceProcessor

java.lang.Object
  extended by org.springframework.jee.ejb.EjbReferenceProcessor
All Implemented Interfaces:
MetadataProcessor

public class EjbReferenceProcessor
extends Object
implements MetadataProcessor

Annotation processor for @EJB injection.

Author:
Costin Leau

Constructor Summary
EjbReferenceProcessor()
           
 
Method Summary
protected  void addEjbReferenceMetadata(EjbInjectionMetadata EjbInjectionMetadata)
          Process the current class and add ejb reference information.
 void process(Jsr250MetadataI jsr250)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbReferenceProcessor

public EjbReferenceProcessor()
Method Detail

process

public void process(Jsr250MetadataI jsr250)
Specified by:
process in interface MetadataProcessor

addEjbReferenceMetadata

protected void addEjbReferenceMetadata(EjbInjectionMetadata EjbInjectionMetadata)
Process the current class and add ejb reference information.

Parameters:
EjbInjectionMetadata -


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.