com.SecurePlay
Interface SPCommsManagerCommsInterface

All Known Implementing Classes:
SPCommsManagerClass

public interface SPCommsManagerCommsInterface

This is the interface for connecting with the SPCommsManagerClass from the "comms side".

Author:
IT GlobaLSecure
See Also:
SecurePlay License Information
 

Method Summary
 boolean receiveMessage(SPMessageClass incoming)
          This method safely receives and routes incoming messages.
 

Method Detail

receiveMessage

public boolean receiveMessage(SPMessageClass incoming)
This method safely receives and routes incoming messages. Only proper, valid messages will be sent on to transactions for processing.

Parameters:
incoming - SPMessageClass - incoming message
Returns:
Boolean - TRUE, if successful, FALSE, if not.