Class RecipientTerm

All Implemented Interfaces:
Serializable

public final class RecipientTerm extends AddressTerm
This class implements comparisons for the Recipient Address headers.
Author:
Bill Shannon, John Mani
See Also:
  • Constructor Details

    • RecipientTerm

      public RecipientTerm(Message.RecipientType type, Address address)
      Constructor.
      Parameters:
      type - the recipient type
      address - the address to match for
  • Method Details

    • getRecipientType

      public Message.RecipientType getRecipientType()
      Return the type of recipient to match with.
      Returns:
      the recipient type
    • match

      public boolean match(Message msg)
      The match method.
      Specified by:
      match in class SearchTerm
      Parameters:
      msg - The address match is applied to this Message's recepient address
      Returns:
      true if the match succeeds, otherwise false
    • equals

      public boolean equals(Object obj)
      Equality comparison.
      Overrides:
      equals in class AddressTerm
    • hashCode

      public int hashCode()
      Compute a hashCode for this object.
      Overrides:
      hashCode in class AddressTerm