| Class | Description |
|---|---|
| ConnectionStateChangeBuilder |
Simple helper class that creates a ConnectionStateChange object in two steps:
First, set the old state (or none if there is no connection yet), second set
the new state.
|
| ConnectionStateChangeBuilderCamelProcessor |
Extracts the connection state and creates a ConnectionStateChangeBuilder.
|
| DeleteAtomMessageProcessor |
User: MS 01.12.2018
|
| DirectionAddingWonMessageProcessor |
Wraps the wonMessage, adding the direction property.
|
| FailResponder |
Sends a error response message back to the sender of the original message, if
that message was sent on behalf of a specified atom (i.e. its senderAtomURI
is set).
|
| LockMessageParentWonMessageProcessor |
Acquires a pessimistic read lock on the message's parent.
|
| MessagePersistingProcessor |
Persists the message and if present, also the response.
|
| MessageReferencer |
Utility class containing code needed at multiple points for adding references
to previous messages to a message.
|
| MessageTypeSlipComputer |
Computes a message slip for message processors that are annotated with
appropriate marker annotations.
|
| OutboundMessageCreatingProcessor |
Processor that expects an outgoingMessageFactory in the respecitve in header,
uses it to generate the outgoing message and places the new message in the
WonOutgoingMessage header
|
| ParentFinder | |
| ResponsePersistingProcessor |
Persists the message and if present, also the response.
|
| ResponseRoutingInfoExtractor | |
| RoutingInfoExtractor | |
| SocketDerivationProcessor |
Compares the connection state found in the header of the 'in' message with
the state the connection is in now and triggers the data derivation.
|
| SocketTypeExtractor | |
| SocketTypeSlipComputer |
Computes a 'slip' saying which pocessor should be used next.
|
| SuccessResponder |
Creates a success response message if appropriate.
|
| ToNodeSender |
Processor responsible for routing messages to another node, or to route it
internally if the recipient atom is local.
|
| ToOwnerSender |
Combines the MESSAGE_HEADER and RESPONSE_HEADER messages and sends them to
the owner - unless we are processing a remote response, in that case, we must
have no response and we just forward the MESSAGE_HEADER message to the owner.
|
| UriAlreadyUsedCheckingWonMessageProcessor |
Checks whether the event or atom URI is already used.
|
| WonMessageCloner |
Replaces the WonMessage found in the exchange's in (in the 'wonMessage'
header) with its clone.
|
Copyright © 2019. All Rights Reserved.