Interface | Description |
---|---|
ConnectivityPlugin |
Base interface that all codecs and transports inherit from.
|
HostSide |
Used by transport and codec plug-in authors for sending messages towards the host
(originating from the transport).
|
TransportSide |
Used by codec plug-in authors for sending messages towards the transport
(originating from the host).
|
Class | Description |
---|---|
AbstractCodec |
Sub-classed by codec plug-in authors to provide any required
transformation of
Message objects as they are sent towards
the transport or host side. |
AbstractSimpleCodec |
Abstract class to help with implementation of the
Codec
interface; handles batches of messages and translate to
individual method invocations. |
AbstractSimpleTransport |
Abstract class to help with implementation of the
Transport
interface; handles batches and translate to individual method
invocations. |
AbstractTransport |
Sub-classed by transport plug-in authors to provide delivery and/or receiving of messages.
|
MapHelper |
Helper class for extracting values from a java.util.Map<String,Object> in a type-safe way with
error checking and support for default values.
|
Message |
A container for a payload and metadata.
|
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.