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

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.RemoteProcessor
All Implemented Interfaces:
Processor<SessionBeanMetaData,Class<?>>

public class RemoteProcessor
extends AbstractFinderUser
implements Processor<SessionBeanMetaData,Class<?>>

Remote annotation processor.

Version:
$Revision: 67998 $
Author:
Carlo de Wolf

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
RemoteProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
protected  void addBusinessInterface(SessionBeanMetaData metaData, Class<?> businessInterface)
           
 void process(SessionBeanMetaData metaData, Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteProcessor

public RemoteProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

addBusinessInterface

protected void addBusinessInterface(SessionBeanMetaData metaData,
                                    Class<?> businessInterface)

process

public void process(SessionBeanMetaData metaData,
                    Class<?> type)
Specified by:
process in interface Processor<SessionBeanMetaData,Class<?>>


Copyright ? 2008 JBoss, A division of Red Hat. All Rights Reserved.