org.apache.cxf.jaxws22
Class JAXWS22Invoker
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
org.apache.cxf.jaxws22.JAXWS22Invoker
- All Implemented Interfaces:
- org.apache.cxf.service.invoker.Invoker
public class JAXWS22Invoker
- extends JAXWSMethodInvoker
- implements org.apache.cxf.service.invoker.Invoker
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cxf.service.invoker.Invoker |
invoke |
JAXWS22Invoker
public JAXWS22Invoker(javax.xml.ws.spi.Invoker inv)
performInvocation
protected Object performInvocation(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
Object[] paramArray)
throws Exception
- Overrides:
performInvocation
in class org.apache.cxf.service.invoker.AbstractInvoker
- Throws:
Exception
Apache CXF