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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServiceObject(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
-
Constructor Details
-
EJBInvoker
public EJBInvoker(jakarta.ejb.EJBHome home)
-
-
Method Details
-
getServiceObject
Description copied from class:AbstractInvokerCreates and returns a service object depending on the scope.- Specified by:
getServiceObjectin classAbstractInvoker
-