All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractHttpClientRequestMessageEncoder Abstract implementation ofHttpServletResponseMessageEncoder.AbstractHttpClientResponseMessageDecoder Abstract implementation ofHttpClientResponseMessageDecoder.AbstractHttpServletMessageErrorHandler Abstract implementation ofHttpServletMessageErrorHandler.AbstractHttpServletRequestMessageDecoder Abstract implementation ofHttpServletRequestMessageDecoder.AbstractHttpServletResponseMessageEncoder Abstract implementation ofHttpServletResponseMessageEncoder.AbstractMessageDecoder Abstract message decoder.AbstractMessageEncoder Abstract message encoder.AbstractMessageHandler A base abstract implementation ofMessageHandler.BaseContext Base implementation of a component which represents the context used to store state used for purposes related to messaging.BaseHttpClientRequestXMLMessageEncoder Base class for message encoders which encode XML messages to HttpRequest.BaseHttpClientResponseXMLMessageDecoder Base class for message decoders which decode XML messages from anHttpResponse.BaseHttpServletRequestXMLMessageDecoder Base class for message decoders which decode XML messages from anHttpServletRequest.BaseHttpServletResponseXMLMessageEncoder Base class for message encoders which encode XML messages to HttpServletResponse.BasicHttpClientMessagePipeline Basic implementation ofHttpClientMessagePipeline.BasicHttpServletMessagePipeline Basic implementation ofHttpServletMessagePipeline.BasicMessagePipeline Basic implementation ofMessagePipeline.ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext> AContextDataLookupFunctionthat gets the child context of a given parent context.ContextDataLookupFunction<F extends BaseContext,T> AFunctionthat is used to navigate aBaseContexttree and extract data from it.HttpClientMessagePipeline Specialization ofMessagePipelinewhich narrows the type of allowed encoders and decoders.HttpClientMessagePipelineFactory Factory for instances ofHttpClientMessagePipeline.HttpClientRequestContext A context impl holding data related to the execution of anHttpClientrequest.HttpClientRequestMessageEncoder A specialization ofMessageEncoderthat operates on a sink message data type ofHttpRequest.HttpClientResponseMessageDecoder A specialization ofMessageDecoderthat operates on a source message data type ofHttpResponse.HttpServletMessageErrorHandler A specialization of message error handler for HTTP servlet container environments.HttpServletMessagePipeline Specialization ofMessagePipelinewhich narrows the type of allowed encoders and decoders.HttpServletMessagePipelineFactory Factory for instances ofHttpServletMessagePipeline.HttpServletRequestMessageDecoder A specialization ofMessageDecoderthat operates on a source message data type ofHttpServletRequest.HttpServletResponseMessageEncoder A specialization ofMessageEncoderthat operates on a sink message data type ofHttpServletResponse.InOutOperationContext An operation context which represents concretely a message exchange pattern involving an inbound message and an outbound message.MessageChannelSecurityContext A subcontext which carries information about whether the message channel in use is considered to have the active properties of confidentiality and integrity.MessageContext A context component which holds the state related to the processing of a single message.MessageContextLookup<StartContext extends BaseContext> A lookup function for resolving either the inbound or outboundMessageContextrelative to a particularBaseContext.MessageContextLookup.Direction Used to indicate the target message context.MessageDecoder Interface for component that decodes message data from a source into aMessageContext.MessageDecodingException Exception thrown when a problem occurs decoding a message.MessageEncoder Interface for component that encodes message data from aMessageContextto a sink.MessageEncodingException Exception thrown when a problem occurs encoding a message from to an output transport.MessageErrorHandler Component that handles message processing-related errors.MessageException Base class for messaging-related checked exceptions.MessageHandler A message handler represents some reusable logic that may be invoked on a message context.MessageHandlerChain A specialization ofMessageHandlerwhich represents an ordered list of message handlers which may be invoked in order.MessageHandlerException Base class for message handling-related exceptions.MessageLookup<T> AContextDataLookupFunctionthat returns the message from aMessageContext.MessagePipeline Interface representing the basic components of a message processing pipeline.MessageRuntimeException Base class for messaging-related unchecked runtime exceptions.NoConfidentialityMessageChannelPredicate A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.NoIntegrityMessageChannelPredicate A predicate implementation that indicates whether the message channel does NOT support integrity end-to-end.ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> AContextDataLookupFunctionthat gets the parent of a given context.PipelineMessageErrorHandler A specialization of error handler where the error is handled via use of a specified message handler and message encoder.RecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> AContextDataLookupFunctionthat recurses up the parent chain of the input viaBaseContext.getParent(), and returns the first parent context that is an instance of the specified type.RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext> AContextDataLookupFunctionthat gets the root of context tree.ScratchContext A context subclass for holding arbitrary data in a map.StaticPipelineNameStrategy Static strategy function for resolving a pipeline name.TypedMessageErrorHandler A specialization of error handler that explicitly indicates that it is capable of handling one or more types of throwable errors.