All Classes and Interfaces

Class
Description
Abstract implementation of HttpServletResponseMessageEncoder.
Abstract implementation of HttpClientResponseMessageDecoder.
Abstract implementation of HttpServletRequestMessageDecoder.
Abstract implementation of HttpServletResponseMessageEncoder.
Abstract message decoder.
Abstract message encoder.
A base abstract implementation of MessageHandler.
Base implementation of a component which represents the context used to store state used for purposes related to messaging.
A facade for a map of class names to class types that allows string-based access to renamed classes.
Base class for message encoders which encode XML messages to HttpRequest.
Base class for message decoders which decode XML messages from a ClassicHttpResponse.
Base class for message decoders which decode XML messages from an HttpServletRequest.
Base class for message encoders which encode XML messages to HttpServletResponse.
Basic implementation of HttpClientMessagePipeline.
Basic implementation of HttpServletMessagePipeline.
Basic implementation of MessagePipeline.
A ContextDataLookupFunction that gets the child context of a given parent context.
A Function that is used to navigate a BaseContext tree and extract data from it.
Specialization of MessagePipeline which narrows the type of allowed encoders and decoders.
Factory for instances of HttpClientMessagePipeline.
A context impl holding data related to the execution of an HttpClient request.
A specialization of MessageEncoder that operates on a sink message data type of ClassicHttpRequest.
A specialization of MessageDecoder that operates on a source message data type of ClassicHttpResponse.
Specialization of MessagePipeline which narrows the type of allowed encoders and decoders.
Factory for instances of HttpServletMessagePipeline.
A specialization of MessageDecoder that operates on a source message data type of HttpServletRequest.
A specialization of MessageEncoder that operates on a sink message data type of HttpServletResponse.
An operation context which represents concretely a message exchange pattern involving an inbound message and an outbound message.
A subcontext which carries information about whether the message channel in use is considered to have the active properties of confidentiality and integrity.
A context component which holds the state related to the processing of a single message.
A lookup function for resolving either the inbound or outbound MessageContext relative to a particular BaseContext.
Used to indicate the target message context.
Interface for component that decodes message data from a source into a MessageContext.
Exception thrown when a problem occurs decoding a message.
Interface for component that encodes message data from a MessageContext to a sink.
Exception thrown when a problem occurs encoding a message from to an output transport.
Component that handles message processing-related errors.
Base class for messaging-related checked exceptions.
A message handler represents some reusable logic that may be invoked on a message context.
A specialization of MessageHandler which represents an ordered list of message handlers which may be invoked in order.
Base class for message handling-related exceptions.
A ContextDataLookupFunction that returns the message from a MessageContext.
Interface representing the basic components of a message processing pipeline.
Base class for messaging-related unchecked runtime exceptions.
A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.
A predicate implementation that indicates whether the message channel does NOT support integrity end-to-end.
A ContextDataLookupFunction that gets the parent of a given context.
Deprecated, for removal: This API element is subject to removal in a future version. 
A ContextDataLookupFunction that recurses up the parent chain of the input via BaseContext.getParent(), and returns the first parent context that is an instance of the specified type.
A ContextDataLookupFunction that gets the root of context tree.
A context subclass for holding arbitrary data in a map.
Static strategy function for resolving a pipeline name.
A specialization of error handler that explicitly indicates that it is capable of handling one or more types of throwable errors.