org.apache.tuscany.sca.implementation.ejb.impl
Class EJBImplementationFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.ejb.impl.EJBImplementationFactoryImpl
All Implemented Interfaces:
EJBImplementationFactory

public class EJBImplementationFactoryImpl
extends java.lang.Object
implements EJBImplementationFactory

Factory for the EJB implementation model.


Constructor Summary
EJBImplementationFactoryImpl()
           
 
Method Summary
 EJBImplementation createEJBImplementation()
          Creates a new EJB implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBImplementationFactoryImpl

public EJBImplementationFactoryImpl()
Method Detail

createEJBImplementation

public EJBImplementation createEJBImplementation()
Description copied from interface: EJBImplementationFactory
Creates a new EJB implementation.

Specified by:
createEJBImplementation in interface EJBImplementationFactory
Returns:
a new EJB implementation