Interface IMessageHandler


public interface IMessageHandler
Interface for message handlers.
  • Method Details

    • isHandling

      boolean isHandling(ISecurityInfo secinfos, Object msg)
      Test if handler should handle a message.
      Returns:
      True if it should handle the message.
    • isRemove

      boolean isRemove()
      Test if handler should be removed.
      Returns:
      True if it should be removed.
    • handleMessage

      void handleMessage(ISecurityInfo secinfos, Object msg)
      Handle the message.
      Parameters:
      msg - The message.
      header - The header.