Class EJBInvoker

java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.jca.servant.EJBInvoker
All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker

public class EJBInvoker extends org.apache.cxf.service.invoker.AbstractInvoker
  • Constructor Summary

    Constructors
    Constructor
    Description
    EJBInvoker(javax.ejb.EJBHome home)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getServiceObject(org.apache.cxf.message.Exchange context)
     

    Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker

    adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EJBInvoker

      public EJBInvoker(javax.ejb.EJBHome home)
  • Method Details

    • getServiceObject

      public Object getServiceObject(org.apache.cxf.message.Exchange context)
      Specified by:
      getServiceObject in class org.apache.cxf.service.invoker.AbstractInvoker