Class | Description |
---|---|
InputSoapHeadersInterceptor |
CXF interceptor that adds Soap headers to the SoapMessage based on outbound properties
from the Mule message that start with the soap prefix.
|
NamespaceRestorerStaxInterceptor |
CXF Interceptor that makes use of a Namespace Restorer XMLStream to allow the first
element of the body to carry all the namespaces from the parent nodes.
|
NamespaceRestorerXMLStreamReader |
XMLStreamReader decorator that restores XML Namespace declarations.
|
NamespaceSaverStaxInterceptor |
CXF interceptor that wraps the XML Stream with a decorator that is able to restore namespace declarations for fragments
|
OutputSoapHeadersInterceptor |
CXF interceptor that adds inbound properties to the Mule message based on the SOAP headers
received in the response.
|
RequestBodyGenerator |
Creates the request body for an operation of a web service when no parameters are required.
|
ScopeSaverXMLStreamReader |
XMLStreamReader decorator that saves the scope and allows accesing to information about all the parent XMLEvent elements
|
SoapActionInterceptor |
CXF interceptor that adds the SOAP action to the message.
|
WSConsumer | |
WSConsumerConfig | |
WSDLUtils |
Enum | Description |
---|---|
SoapVersion |
Exception | Description |
---|---|
SoapFaultException |
Exception thrown by the Web Services Consumer when processing a SOAP fault.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.