org.apache.cxf.jca.servant
Class EJBInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.jca.servant.EJBInvoker
- All Implemented Interfaces:
- Invoker
public class EJBInvoker
- extends AbstractInvoker
Constructor Summary |
EJBInvoker(javax.ejb.EJBHome home)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBInvoker
public EJBInvoker(javax.ejb.EJBHome home)
getServiceObject
public Object getServiceObject(Exchange context)
- Description copied from class:
AbstractInvoker
- Creates and returns a service object depending on the scope.
- Specified by:
getServiceObject
in class AbstractInvoker
Apache CXF