| Interface | Description |
|---|---|
| WsdlRetrieverStrategy |
A strategy to retrieve the wsdl from the url defined
|
| Class | Description |
|---|---|
| HttpRequesterWsdlRetrieverStrategy |
A wsdl retriever strategy implementation to get the wsdl through a proxy.
|
| InputSoapHeadersInterceptor |
CXF interceptor that adds Soap headers to the SoapMessage based on outbound properties
from the Mule message that start with the soap prefix.
|
| MuleWSDLLocator |
A custom locator to replicate the context of requester in every step
where wsdl4j has to retrieve a resource (imported XSD, WSDL)
|
| MuleWSDLLocatorConfig |
Configuration class to use with a
MuleWSDLLocator. |
| MuleWSDLLocatorConfig.Builder | |
| 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.
|
| URLRetrieverStrategy |
A wsdl retriever strategy implementation to get the wsdl directly.
|
| WSConsumer | |
| WSConsumerConfig | |
| WSDLUtils |
| Enum | Description |
|---|---|
| SoapVersion |
| Exception | Description |
|---|---|
| SoapFaultException |
Exception thrown by the Web Services Consumer when processing a SOAP fault.
|
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.