Class RecipientTools


  • public class RecipientTools
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecipientTools()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<Recipient> getRecipient​(Message message, int type)
      Return a Recipient object based on the message and type requested
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecipientTools

        public RecipientTools()
    • Method Detail

      • getRecipient

        public java.util.ArrayList<Recipient> getRecipient​(Message message,
                                                           int type)
        Return a Recipient object based on the message and type requested
        Parameters:
        message -
        type - one of: X400_ORIGINATOR, X400_RECIP_PRIMARY, X400_RECIP_CC, X400_RECIP_BCC
        Returns: