Uses of Class
org.universAAL.ri.gateway.communicator.service.impl.MessageType

Packages that use MessageType
org.universAAL.ri.gateway.communicator.service.impl   
 

Uses of MessageType in org.universAAL.ri.gateway.communicator.service.impl
 

Methods in org.universAAL.ri.gateway.communicator.service.impl that return MessageType
 MessageType MessageWrapper.getType()
           
static MessageType MessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageType[] MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.universAAL.ri.gateway.communicator.service.impl with parameters of type MessageType
MessageWrapper(MessageType type, Message message, String sourceId)
          Wraps a message with a random ID.
MessageWrapper(MessageType type, Message message, URL returnTo, String sourceId)
          Wraps an asynchronous request stating where it should be sent back.
MessageWrapper(MessageType type, Message message, UUID id, String sourceId)
          Wraps a message with a concrete ID (for responses).
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.