Interface | Description |
---|---|
ProxyService |
Class | Description |
---|---|
AbstractProxyGZIPInterceptor | |
CopyAttachmentInInterceptor | |
CopyAttachmentOutInterceptor |
Copies any attachments which were stored by the proxy to the outbound CXF message.
|
CxfUtils | |
DelegatingOutputStream | |
MuleHeadersInInterceptor |
Reads the Mule Soap Header and sets the various header properties on the message.
|
MuleHeadersOutInterceptor |
Writes the Mule Soap Header to the outgoing request.
|
MuleProtocolHeadersOutInterceptor | |
MuleSecurityManagerValidator |
Integrates mule spring security with CXF ws-security
|
MuleServiceConfiguration |
This is the
ServiceConfiguration that is
associated to the InboundMessageProcessorBuilder , so it can obtain properties directly from it. |
OutputPayloadInterceptor | |
ProxyFaultOutInterceptor |
Fault out interceptor for Proxy configuration considering that FaultInfo might not have an associated class
and that it uses StaxDatabinding.
|
ProxyGZIPInInterceptor |
This interceptor is responsible for decompressing a message
received with Content-Encoding that includes gzip or x-zip.
|
ProxyGZIPOutInterceptor |
This interceptor is responsible from compressing a message when
the Content-Encoding is set to gzip or x-gzip.
|
ProxyRPCInInterceptor |
Sets the correct operation when the binding style is RPC.
|
ProxySchemaValidationInInterceptor | |
ProxyServiceConfiguration | |
ProxyServiceFactoryBean | |
ProxyWSDLQueryHandler | |
ResetStaxInterceptor |
Replaces the XMLStreamReader with a ReversibleXMLStreamReader which caches the xml events so
we can replay them later.
|
ReversibleStaxInInterceptor |
Resets the ReversibleXMLStreamReader so the person receiving it can start back
at the beginning of the stream.
|
ReversibleStaxInterceptor |
Creates a ReversibleXMLStreamReader to be able to track and replay events from the XMLStreamReader.
|
ReversibleValidatingInterceptor |
The ReversibleValidatingInterceptor is going to allow to reset the Xml Stream Reader once it is consumed
by the CheckClosingTagsInterceptor to validate the schema.
|
StaxFeature |
Configures the StAX XMLInputFactory and XMLOutputFactory which CXF uses.
|
StreamClosingInterceptor |
Replaces the original XMLStreamReader with another one which
closes the underlying InputStream.
|
WSDLQueryHandler |
WSDLQueryHandler class preserved from cxf 2.3.
|
Exception | Description |
---|---|
ComponentNotFoundRuntimeException |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.