Apache CXF API

org.apache.cxf.jaxws22
Class JAXWS22Invoker

java.lang.Object
  extended by org.apache.cxf.service.invoker.AbstractInvoker
      extended by org.apache.cxf.service.invoker.FactoryInvoker
          extended by org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
              extended by org.apache.cxf.jaxws.JAXWSMethodInvoker
                  extended by org.apache.cxf.jaxws22.JAXWS22Invoker
All Implemented Interfaces:
Invoker

public class JAXWS22Invoker
extends JAXWSMethodInvoker
implements Invoker


Constructor Summary
JAXWS22Invoker(javax.xml.ws.spi.Invoker inv)
           
 
Method Summary
protected  Object performInvocation(Exchange exchange, Object serviceObject, Method m, Object[] paramArray)
           
 
Methods inherited from class org.apache.cxf.jaxws.JAXWSMethodInvoker
invoke
 
Methods inherited from class org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
addHandlerProperties, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContext
 
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
 

Constructor Detail

JAXWS22Invoker

public JAXWS22Invoker(javax.xml.ws.spi.Invoker inv)
Method Detail

performInvocation

protected Object performInvocation(Exchange exchange,
                                   Object serviceObject,
                                   Method m,
                                   Object[] paramArray)
                            throws Exception
Overrides:
performInvocation in class AbstractInvoker
Throws:
Exception

Apache CXF API

Apache CXF