Package org.apache.cxf.jaxws
Class AbstractJAXWSMethodInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.service.invoker.FactoryInvoker
org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
- All Implemented Interfaces:
Invoker
- Direct Known Subclasses:
JAXWSMethodInvoker
-
Field Summary
Fields inherited from class org.apache.cxf.service.invoker.FactoryInvoker
factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddHandlerProperties(WrappedMessageContext ctx, Map<String, Object> handlerScopedStuff) protected MethodadjustMethodAndParams(Method mOriginal, Exchange ex, List<Object> params, Class<?> serviceObjectClass) protected FaultcreateFault(Throwable ex, Method m, List<Object> params, boolean checked) protected jakarta.xml.ws.soap.SOAPFaultExceptionprotected Objectprotected voidupdateHeader(Exchange exchange, jakarta.xml.ws.handler.MessageContext ctx) protected voidupdateWebServiceContext(Exchange exchange, jakarta.xml.ws.handler.MessageContext ctx) Methods 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, performInvocation
-
Constructor Details
-
AbstractJAXWSMethodInvoker
-
AbstractJAXWSMethodInvoker
-
-
Method Details
-
findSoapFaultException
-
adjustMethodAndParams
protected Method adjustMethodAndParams(Method mOriginal, Exchange ex, List<Object> params, Class<?> serviceObjectClass) - Overrides:
adjustMethodAndParamsin classAbstractInvoker
-
invoke
- Overrides:
invokein classAbstractInvoker
-
createFault
- Overrides:
createFaultin classAbstractInvoker
-
removeHandlerProperties
-
addHandlerProperties
protected void addHandlerProperties(WrappedMessageContext ctx, Map<String, Object> handlerScopedStuff) -
updateWebServiceContext
protected void updateWebServiceContext(Exchange exchange, jakarta.xml.ws.handler.MessageContext ctx) -
updateHeader
-