org.jboss.metadata.annotation.creator.ejb
Class InitProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.InitProcessor
All Implemented Interfaces:
Creator<Method,InitMethodMetaData>, Processor<SessionBeanMetaData,Method>

public class InitProcessor
extends AbstractFinderUser
implements Creator<Method,InitMethodMetaData>, Processor<SessionBeanMetaData,Method>

Process an init annotation.

Version:
$Revision: 76002 $
Author:
Carlo de Wolf, Scott.Stark@jboss.org

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
InitProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 InitMethodMetaData create(Method method)
          Create a piece of meta data based on the given element.
 Collection<Class<? extends Annotation>> getAnnotationTypes()
          Get the annotations handled by this processor.
 void process(SessionBeanMetaData bean, Method method)
          Process a piece of meta data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitProcessor

public InitProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

create

public InitMethodMetaData create(Method method)
Description copied from interface: Creator
Create a piece of meta data based on the given element.

Specified by:
create in interface Creator<Method,InitMethodMetaData>
Parameters:
method - the element
Returns:
the meta data or null if nothing interesting is found

process

public void process(SessionBeanMetaData bean,
                    Method method)
Description copied from interface: Processor
Process a piece of meta data.

Specified by:
process in interface Processor<SessionBeanMetaData,Method>
Parameters:
bean - the meta data
method - the annotated element

getAnnotationTypes

public Collection<Class<? extends Annotation>> getAnnotationTypes()
Description copied from interface: Processor
Get the annotations handled by this processor.

Specified by:
getAnnotationTypes in interface Processor<SessionBeanMetaData,Method>
Returns:
the processed annotation types


Copyright © 2009 JBoss Inc.. All Rights Reserved.