org.jboss.ejb3
Class Ejb3HandlerFactory

java.lang.Object
  extended by org.jboss.ejb3.Ejb3HandlerFactory

public abstract class Ejb3HandlerFactory
extends java.lang.Object


Constructor Summary
Ejb3HandlerFactory()
           
 
Method Summary
abstract  Ejb3Handler createHandler(javassist.bytecode.ClassFile cf)
           
static Ejb3HandlerFactory getInstance(Ejb3Deployment di)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ejb3HandlerFactory

public Ejb3HandlerFactory()
Method Detail

createHandler

public abstract Ejb3Handler createHandler(javassist.bytecode.ClassFile cf)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getInstance

public static Ejb3HandlerFactory getInstance(Ejb3Deployment di)
                                      throws java.lang.Exception
Throws:
java.lang.Exception