All Classes and Interfaces

Classes
Class
Description
Abstract base class for message handlers which populate a MessageChannelSecurityContext on a BaseContext, where the latter is located using a lookup strategy.
A basic implementation of MessageHandlerChain.
Message handler that checks that a message context has an issuer.
Message handler that checks that a message context is authenticated.
Message handler that checks that a message context has an issuer.
Message handler that runs an injected function (expected to have side effects).
A MessageHandler which wraps and invokes another handler, catches any Throwable which is thrown by the wrapped handler's MessageHandler.invoke(MessageContext), and applies a list of configured TypedMessageErrorHandler strategies.
A handler that schema validates an XML-based message.
Message handler which populates a MessageChannelSecurityContext based on static configuration flags.
Message handler which populates a MessageChannelSecurityContext based on evaluating a target URL resolved via a configured strategy function.