Package 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
Constructors Constructor Description EJBInvoker(javax.ejb.EJBHome home)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetServiceObject(Exchange context)Creates and returns a service object depending on the scope.-
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
-
-
-
-
Method Detail
-
getServiceObject
public Object getServiceObject(Exchange context)
Description copied from class:AbstractInvokerCreates and returns a service object depending on the scope.- Specified by:
getServiceObjectin classAbstractInvoker
-
-