org.apache.cxf.jaxws
Class JAXWSMethodInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.service.invoker.FactoryInvoker
org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
org.apache.cxf.jaxws.JAXWSMethodInvoker
- All Implemented Interfaces:
- org.apache.cxf.service.invoker.Invoker
public class JAXWSMethodInvoker
- extends AbstractJAXWSMethodInvoker
| Methods inherited from class org.apache.cxf.service.invoker.FactoryInvoker |
getServiceObject, releaseServiceObject, setFactory |
| Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker |
checkSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWSMethodInvoker
public JAXWSMethodInvoker(Object bean)
JAXWSMethodInvoker
public JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory)
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
Apache CXF