Package 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
- Direct Known Subclasses:
JAXWS22Invoker
-
Field Summary
FieldsFields inherited from class org.apache.cxf.service.invoker.FactoryInvoker
factory -
Constructor Summary
ConstructorsConstructorDescriptionJAXWSMethodInvoker(jakarta.xml.ws.spi.Invoker i) JAXWSMethodInvoker(Object bean) JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory) -
Method Summary
Methods inherited from class org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContextMethods inherited from class org.apache.cxf.service.invoker.FactoryInvoker
getServiceObject, isSingletonFactory, releaseServiceObject, setFactoryMethods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
checkSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy
-
Field Details
-
COPY_SOAP_HEADERS_BY_FAULT
- See Also:
-
-
Constructor Details
-
JAXWSMethodInvoker
-
JAXWSMethodInvoker
public JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory) -
JAXWSMethodInvoker
public JAXWSMethodInvoker(jakarta.xml.ws.spi.Invoker i)
-
-
Method Details
-
performInvocation
protected Object performInvocation(org.apache.cxf.message.Exchange exchange, Object serviceObject, Method m, Object[] paramArray) throws Exception - Overrides:
performInvocationin classorg.apache.cxf.service.invoker.AbstractInvoker- Throws:
Exception
-
invoke
protected Object invoke(org.apache.cxf.message.Exchange exchange, Object serviceObject, Method m, List<Object> params) - Overrides:
invokein classAbstractJAXWSMethodInvoker
-