public class MessageDispatcherInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
MessageDispatcher, specified in the SoapClientConfiguration to send a SOAP
message and inject the obtained response into the CXF in (response) interceptors lifecycle.| Constructor and Description |
|---|
MessageDispatcherInterceptor(org.apache.cxf.transport.MessageObserver messageObserver) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.message.Message message) |
public MessageDispatcherInterceptor(org.apache.cxf.transport.MessageObserver messageObserver)
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
Intercepts the SOAP message and performs the dispatch of it, receiving the response and sending it to the IN intercepting processor chain.
org.apache.cxf.interceptor.FaultCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.