Interface ChanneledConnectorOutputTypeTranslator<S,T>
- Type Parameters:
S- the source type (seeTypeTranslator)T- the target type (seeTypeTranslator)
- All Superinterfaces:
de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<S,T>
- All Known Implementing Classes:
ChanneledConnectorOutputTypeAdapter
public interface ChanneledConnectorOutputTypeTranslator<S,T>
extends de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<S,T>
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.- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
to
Translates a source value into a target value ("output to external").- Parameters:
channel- the channel the value was received onsource- the source value to be translated- Returns:
- the target value
- Throws:
IOException- in case that translation fails
-
to
- Specified by:
toin interfacede.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<S,T> - Throws:
IOException
-