public interface WscDispatcher
WebServiceConsumer.| Modifier and Type | Method and Description |
|---|---|
WscResponse |
dispatch(org.apache.cxf.message.Message message)
Sends off a Soap
Message to a destination and returns it's response. |
void |
dispose()
Disposes all the associated resources to this
WscDispatcher instance. |
WscResponse dispatch(org.apache.cxf.message.Message message)
Message to a destination and returns it's response.WscResponse with the content returned by the transport and it's corresponding Content-Type.void dispose()
WscDispatcher instance.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.