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

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.AbstractHomeProcessor
Direct Known Subclasses:
LocalHomeProcessor, LocalHomeProcessor, RemoteHomeProcessor, RemoteHomeProcessor

public abstract class AbstractHomeProcessor
extends AbstractFinderUser

Version:
$Revision$
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
protected AbstractHomeProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
protected static List<Method> getCreateMethods(Class<?> cls)
           
protected static Class<?> getCreateReturnSignature(Class<?> cls, boolean isStateless)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHomeProcessor

protected AbstractHomeProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

getCreateReturnSignature

protected static Class<?> getCreateReturnSignature(Class<?> cls,
                                                   boolean isStateless)

getCreateMethods

protected static List<Method> getCreateMethods(Class<?> cls)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.