org.jboss.metadata.annotation.creator.ejb.jboss
Class RemoteBindingsProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.ejb.jboss.RemoteBindingProcessor
org.jboss.metadata.annotation.creator.ejb.jboss.RemoteBindingsProcessor
- All Implemented Interfaces:
- Processor<JBossSessionBeanMetaData,Class<?>>
public class RemoteBindingsProcessor
- extends RemoteBindingProcessor
- implements Processor<JBossSessionBeanMetaData,Class<?>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteBindingsProcessor
protected RemoteBindingsProcessor(AnnotationFinder<AnnotatedElement> finder)
process
public void process(JBossSessionBeanMetaData metaData,
Class<?> type)
- Description copied from interface:
Processor
- Process a piece of meta data.
- Specified by:
process
in interface Processor<JBossSessionBeanMetaData,Class<?>>
- Overrides:
process
in class RemoteBindingProcessor
- 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<JBossSessionBeanMetaData,Class<?>>
- Overrides:
getAnnotationTypes
in class RemoteBindingProcessor
- Returns:
- the processed annotation types
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.