org.universAAL.ri.gateway.communicator.service
Interface CommunicationHandler

Package class diagram package CommunicationHandler
All Known Implementing Classes:
SocketCommunicationHandler

public interface CommunicationHandler


Method Summary
 MessageWrapper sendMessage(MessageWrapper toSend, URL target)
           
 void start()
           
 void stop()
           
 

Method Detail

sendMessage

MessageWrapper sendMessage(MessageWrapper toSend,
                           URL target)
                           throws IOException,
                                  ClassNotFoundException,
                                  org.bouncycastle.crypto.CryptoException
Throws:
IOException
ClassNotFoundException
org.bouncycastle.crypto.CryptoException

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()


Copyright © 2014 universAAL Consortium. All Rights Reserved.