Package | Description |
---|---|
eneter.messaging.messagingsystems.connectionprotocols |
Encoding/decoding the communication between output and input channels.
|
Modifier and Type | Field and Description |
---|---|
EProtocolMessageType |
ProtocolMessage.MessageType
Type of the message.
|
Modifier and Type | Method and Description |
---|---|
static EProtocolMessageType |
EProtocolMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EProtocolMessageType[] |
EProtocolMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProtocolMessage(EProtocolMessageType messageType,
java.lang.String responseReceiverId,
java.lang.Object message)
Constructs the protocol message from the given parameters.
|