Class AbstractProtocolAdapter<O,I,CO,CI>

java.lang.Object
de.iip_ecosphere.platform.connectors.types.AbstractProtocolAdapter<O,I,CO,CI>
Type Parameters:
O - the output type from the underlying machine/platform
I - the input type to the underlying machine/platform
CO - the output type of the connector
CI - the input type of the connector
All Implemented Interfaces:
ProtocolAdapter<O,I,CO,CI>
Direct Known Subclasses:
TranslatingProtocolAdapter

public abstract class AbstractProtocolAdapter<O,I,CO,CI> extends Object implements ProtocolAdapter<O,I,CO,CI>
Basic protocol adapter implementation.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • AbstractProtocolAdapter

      public AbstractProtocolAdapter()
  • Method Details