fipaos.mts.httpMTP
Interface CallBack

All Known Implementing Classes:
HTTPComms

public interface CallBack

CallBack is used to mark classes that are able to recieive an incoming message


Method Summary
 void incomingCall(Envelope envelope, byte[] aclMessage)
           
 

Method Detail

incomingCall

public void incomingCall(Envelope envelope,
                         byte[] aclMessage)