org.apache.cxf.jaxws
Class JAXWSMethodInvoker

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.JAXWSMethodInvoker
All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker

public class JAXWSMethodInvoker
extends org.apache.cxf.service.invoker.FactoryInvoker


Constructor Summary
JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory)
           
JAXWSMethodInvoker(java.lang.Object bean)
           
 
Method Summary
protected  org.apache.cxf.interceptor.Fault createFault(java.lang.Throwable ex, java.lang.reflect.Method m, java.util.List<java.lang.Object> params, boolean checked)
           
protected  javax.xml.ws.soap.SOAPFaultException findSoapFaultException(java.lang.Throwable ex)
           
protected  java.lang.Object invoke(org.apache.cxf.message.Exchange exchange, java.lang.Object serviceObject, java.lang.reflect.Method m, java.util.List<java.lang.Object> params)
           
 
Methods inherited from class org.apache.cxf.service.invoker.FactoryInvoker
getServiceObject, releaseServiceObject
 
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSMethodInvoker

public JAXWSMethodInvoker(java.lang.Object bean)

JAXWSMethodInvoker

public JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory)
Method Detail

findSoapFaultException

protected javax.xml.ws.soap.SOAPFaultException findSoapFaultException(java.lang.Throwable ex)

createFault

protected org.apache.cxf.interceptor.Fault createFault(java.lang.Throwable ex,
                                                       java.lang.reflect.Method m,
                                                       java.util.List<java.lang.Object> params,
                                                       boolean checked)
Overrides:
createFault in class org.apache.cxf.service.invoker.AbstractInvoker

invoke

protected java.lang.Object invoke(org.apache.cxf.message.Exchange exchange,
                                  java.lang.Object serviceObject,
                                  java.lang.reflect.Method m,
                                  java.util.List<java.lang.Object> params)
Overrides:
invoke in class org.apache.cxf.service.invoker.AbstractInvoker


Apache CXF