Uses of Class
eneter.messaging.messagingsystems.connectionprotocols.EProtocolMessageType

Packages that use EProtocolMessageType
eneter.messaging.messagingsystems.connectionprotocols Encoding/decoding the communication between output and input channels. 
 

Uses of EProtocolMessageType in eneter.messaging.messagingsystems.connectionprotocols
 

Fields in eneter.messaging.messagingsystems.connectionprotocols declared as EProtocolMessageType
 EProtocolMessageType ProtocolMessage.MessageType
          Type of the message.
 

Methods in eneter.messaging.messagingsystems.connectionprotocols that return EProtocolMessageType
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.
 

Constructors in eneter.messaging.messagingsystems.connectionprotocols with parameters of type EProtocolMessageType
ProtocolMessage(EProtocolMessageType messageType, java.lang.String responseReceiverId, java.lang.Object message)
          Constructs the protocol message from the given parameters.