org.apache.openejb.server.cxf.ejb
Class EjbMethodInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.openejb.server.cxf.ejb.EjbMethodInvoker
- All Implemented Interfaces:
- org.apache.cxf.service.invoker.Invoker
public class EjbMethodInvoker
- extends org.apache.cxf.service.invoker.AbstractInvoker
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker |
checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbMethodInvoker
public EjbMethodInvoker(org.apache.cxf.Bus bus,
DeploymentInfo deploymentInfo)
getServiceObject
public Object getServiceObject(org.apache.cxf.message.Exchange context)
- Specified by:
getServiceObject
in class org.apache.cxf.service.invoker.AbstractInvoker
invoke
protected Object invoke(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
List<Object> params)
- Overrides:
invoke
in class org.apache.cxf.service.invoker.AbstractInvoker
directEjbInvoke
public Object directEjbInvoke(org.apache.cxf.message.Exchange exchange,
Method m,
List<Object> params)
throws Exception
- Throws:
Exception
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.