| Interface | Description |
|---|---|
| SoapConstants |
Common SOAP constants
|
| Class | Description |
|---|---|
| CxfComponentExceptionStrategy | Deprecated
Currently the result is the same if no exception strategy is defined within the flow.
|
| CxfConfiguration |
Provides global CXF configuration defaults.
|
| CxfConstants | |
| CxfInboundMessageProcessor |
The CxfInboundMessageProcessor performs inbound CXF processing, sending an event
through the CXF service, then on to the next MessageProcessor.
|
| CxfOutboundMessageProcessor |
The CxfOutboundMessageProcessor performs outbound CXF processing, sending an event
through the CXF client, then on to the next MessageProcessor.
|
| HttpRequestPropertyManager | |
| MuleInvoker |
Invokes a Mule Service via a CXF binding.
|
| MuleJAXWSInvoker | |
| MuleSoapHeaders |
MuleSoapHeaders is a helper class for extracting and writing Mule
header properties to s Soap message |
| WSProxyService | Deprecated
WSProxyService only works for Services, to proxy web services in flows use
CXF's proxy service and client message processors or the ws proxy pattern.
|
| Enum | Description |
|---|---|
| CxfPayloadToArguments |
This enum defines the strategies to convert a Payload to an array of arguments
that will be used to call the webservice in
CxfOutboundMessageProcessor.doSendWithClient(org.mule.api.MuleEvent) and in
CxfOutboundMessageProcessor.doSendWithProxy(org.mule.api.MuleEvent). |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.