public class MessageDispatcherInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
WscConnection, to send the 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)
Intercepts the SOAP message and performs the dispatch of it, receiving the response and
sending it to the IN intercepting processor chain.
|
public MessageDispatcherInterceptor(org.apache.cxf.transport.MessageObserver messageObserver)
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.FaultCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.