fipaos.mts.http.internal
Interface ICallback


public interface ICallback

Callback interface for http transport.


Method Summary
 voideventHandler(String reason, String id)
          Indicates failure when receiving a message.
 voidincoming(String envelope, String envmime, String acl, String aclmime)
          Accept incoming envelope and message.

Method Detail

eventHandler

public void eventHandler(String reason, String id)
Indicates failure when receiving a message.
Parameters:
reason - the reason for the failure
id message hash id that failed

incoming

public void incoming(String envelope, String envmime, String acl, String aclmime)
Accept incoming envelope and message.
Parameters:
envelope - the envelope
msg - the message