|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.service.invoker.FactoryInvoker
org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
org.apache.cxf.jaxws.JAXWSMethodInvoker
public class JAXWSMethodInvoker
Constructor Summary | |
---|---|
JAXWSMethodInvoker(Factory factory)
|
|
JAXWSMethodInvoker(java.lang.Object bean)
|
Method Summary | |
---|---|
protected java.lang.Object |
invoke(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.jaxws.AbstractJAXWSMethodInvoker |
---|
addHandlerProperties, createFault, findSoapFaultException, removeHandlerProperties, updateWebServiceContext |
Methods inherited from class org.apache.cxf.service.invoker.FactoryInvoker |
---|
getServiceObject, releaseServiceObject |
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 |
Constructor Detail |
---|
public JAXWSMethodInvoker(java.lang.Object bean)
public JAXWSMethodInvoker(Factory factory)
Method Detail |
---|
protected java.lang.Object invoke(Exchange exchange, java.lang.Object serviceObject, java.lang.reflect.Method m, java.util.List<java.lang.Object> params)
invoke
in class AbstractInvoker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |