public class EjbMethodInvoker
extends org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
| Modifier and Type | Class and Description |
|---|---|
static class |
EjbMethodInvoker.MostSpecificMethodCache |
static class |
EjbMethodInvoker.MostSpecificMethodKey |
| Constructor and Description |
|---|
EjbMethodInvoker(org.apache.cxf.Bus bus,
org.apache.openejb.BeanContext beanContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
directEjbInvoke(org.apache.cxf.message.Exchange exchange,
Method m,
List<Object> params) |
Object |
getServiceObject(org.apache.cxf.message.Exchange context) |
protected Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
List<Object> params) |
protected Object |
performInvocation(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
Object[] paramArray) |
void |
releaseServiceObject(org.apache.cxf.message.Exchange ex,
Object obj) |
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContextpublic EjbMethodInvoker(org.apache.cxf.Bus bus,
org.apache.openejb.BeanContext beanContext)
public Object getServiceObject(org.apache.cxf.message.Exchange context)
getServiceObject in class org.apache.cxf.service.invoker.FactoryInvokerpublic void releaseServiceObject(org.apache.cxf.message.Exchange ex,
Object obj)
releaseServiceObject in class org.apache.cxf.service.invoker.FactoryInvokerprotected Object invoke(org.apache.cxf.message.Exchange exchange, Object serviceObject, Method m, List<Object> params)
invoke in class org.apache.cxf.jaxws.AbstractJAXWSMethodInvokerprotected Object performInvocation(org.apache.cxf.message.Exchange exchange, Object serviceObject, Method m, Object[] paramArray) throws Exception
performInvocation in class org.apache.cxf.service.invoker.AbstractInvokerExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.