Package de.iip_ecosphere.platform.connectors.types
package de.iip_ecosphere.platform.connectors.types
Type translation classes for connectors.
-
ClassDescriptionAn abstract basic implementation of the
ConnectorInputTypeTranslatorto store theModelAccess.An abstract basic implementation of theConnectorOutputTypeTranslatorto store theModelAccess.AbstractProtocolAdapter<O,I, CO, CI> Basic protocol adapter implementation.SpecializedConnectorOutputTypeAdapterto handle the reception channel.A serializer that receives the reception channel name on serialization.Refines theTypeTranslatorfor the use with channeled connectors and actual channel names including a delegating default implementation of the type translator method passing in thedefault channel name.ExtendedInputTypeTranslatorto receive the reception channel including a delegating default implementation of the serializer method passing in thedefault channel name.ChannelProtocolAdapter<O,I, CO, CI> Adapts a channeled protocol from/to an underlying machine/platform.ChannelTranslatingProtocolAdapter<O,I, CO, CI> Uses twoTypeTranslatorinstances for channeled protocol adaptation.Adapts a basic input translator/serializer for reuse.Refines theTypeTranslatorfor the use with machine connectors.Adapts a basic output translator/serializer for reuse.Refines theTypeTranslatorfor the use with machine connectors.ProtocolAdapter<O,I, CO, CI> Adapts a protocol from/to an underlying machine/platform.A predicate to be used when obtaining a complex record field-by-field from an external source.TranslatingProtocolAdapter<O,I, CO, CI> Uses twoTypeTranslatorinstances for the protocol adaptation, optionally passing on the reception channel to a givenChanneledConnectorOutputTypeTranslator.