org.jboss.metadata.annotation.creator.ejb
Class RemoteHomeProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.ejb.AbstractHomeProcessor
org.jboss.metadata.annotation.creator.ejb.RemoteHomeProcessor
- All Implemented Interfaces:
- Processor<SessionBeanMetaData,Class<?>>
public class RemoteHomeProcessor
- extends AbstractHomeProcessor
- implements Processor<SessionBeanMetaData,Class<?>>
- Version:
- $Revision: 76002 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteHomeProcessor
public RemoteHomeProcessor(AnnotationFinder<AnnotatedElement> finder)
process
public void process(SessionBeanMetaData metaData,
Class<?> type)
- Description copied from interface:
Processor
- Process a piece of meta data.
- Specified by:
process
in interface Processor<SessionBeanMetaData,Class<?>>
- Parameters:
metaData
- the meta datatype
- 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,Class<?>>
- Returns:
- the processed annotation types
Copyright © 2009 JBoss Inc.. All Rights Reserved.