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

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

Uses of MessageWrapper in org.universAAL.ri.gateway.communicator.service
 

Methods in org.universAAL.ri.gateway.communicator.service that return MessageWrapper
 MessageWrapper CommunicationHandler.sendMessage(MessageWrapper toSend, URL target)
           
 

Methods in org.universAAL.ri.gateway.communicator.service with parameters of type MessageWrapper
 MessageWrapper CommunicationHandler.sendMessage(MessageWrapper toSend, URL target)
           
 

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

Methods in org.universAAL.ri.gateway.communicator.service.impl that return MessageWrapper
 MessageWrapper SocketCommunicationHandler.sendMessage(MessageWrapper toSend, URL target)
           
static MessageWrapper Serializer.unmarshalMessage(InputStream is)
          Reads a message wrapper from a stream.
 

Methods in org.universAAL.ri.gateway.communicator.service.impl with parameters of type MessageWrapper
 MessageWrapper SocketCommunicationHandler.sendMessage(MessageWrapper toSend, URL target)
           
static void Serializer.sendMessageToStream(MessageWrapper wrp, OutputStream out)
          Deserializes the wrapper and sends to a ready stream.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.