org.jboss.ejb3
Class Ejb3HandlerFactory

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

public abstract class Ejb3HandlerFactory
extends 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 Exception
Throws:
Exception

getInstance

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


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