See: Description
Interface | Description |
---|---|
MessageContextEvaluatingFunctor<MessageType,T> |
An interface for components which evaluate a
MessageContext as the basis for extracting,
calculating, or otherwise producing a specific data value. |
MessageContextMutatingFunctor<MessageType,T> |
An interface for components which mutate a
MessageContext , or data contained therein,
based on an input value of a particular type. |
Class | Description |
---|---|
BaseContext |
Base implementation of a component which represents the context used to store state
used for purposes related to messaging.
|
InOutOperationContext<InboundMessageType,OutboundMessageType> |
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<MessageType> |
A context component which holds the state related to the processing of a single message.
|
Copyright © 2018. All rights reserved.