AbstractListMessage<T> |
Abstract container for list based messages.
|
AbstractPlatformMessage |
Base class that handles many of the implementation-level details of an PlatformMessage.
|
CgiRequest |
Message that represents a request via CGI on a HTTP receiver.
|
DefaultEndpoints |
Class to define the default endpoints used commonly throughout code.
|
ExceptionResponse |
Response containing an Exception.
|
GroupedMessageId |
An Id used to associate messages together into a group.
|
MaxMessagesInFlight |
Bean which contains the message processing restrictions for a particular MessageDomain .
|
MessageDomain |
Represents a domain of messages that may be treated differently by the ESB.
|
MessageDomainManager |
Singleton which manages the list of queues and associated message domains.
|
MessageHistory |
Tracks where a message has been and other associated metadata about message flow inside and
outside of the system.
|
MessageId |
Container for a multi-part message id.
|
MessageList |
|
MessageMetadata |
Container for arbitrary metadata about a message.
|
ProcessingResult |
A ProcessingResult at a minimum contains the result Code of a document processing step.
|
ProcessingResult.Data |
|
ProcessingResult.DocData |
|
ProcessingResult.MsgData |
|
ProcessingResultMessage |
Class used for transmitting ProcessingResult s across JVM boundaries.
|
PropertiesMessage |
Properties messages contain a set of properties to be delivered to a component.
|
StringMessage |
A simple PlatformMessage that holds a string.
|
WorkflowQueue |
WorkflowQueues model the message flow for their associated message.
|