| AbstractProtocolAdapter |
Basic protocol adapter implementation.
|
| ChanneledConnectorOutputTypeAdapter.ChanneledSerializer |
A serializer that receives the reception channel name on serialization.
|
| ChanneledConnectorOutputTypeTranslator |
Refines the TypeTranslator for the use with channeled connectors and actual channel names including a
delegating default implementation of the type translator method passing in the
default channel name.
|
| ChanneledInputTypeTranslator |
Extended InputTypeTranslator to receive the reception channel including a delegating default
implementation of the serializer method passing in the default channel name.
|
| ChannelProtocolAdapter |
Adapts a channeled protocol from/to an underlying machine/platform.
|
| ConnectorInputTypeTranslator |
Refines the TypeTranslator for the use with machine connectors.
|
| ConnectorOutputTypeAdapter |
Adapts a basic output translator/serializer for reuse.
|
| ConnectorOutputTypeTranslator |
Refines the TypeTranslator for the use with machine connectors.
|
| ProtocolAdapter |
Adapts a protocol from/to an underlying machine/platform.
|
| TranslatingProtocolAdapter |
|