Package br.jus.tjrn.arq.commons.mail

Examples of br.jus.tjrn.arq.commons.mail.Receiver


     *
     * @param receiverAddress
     * @param recipientType
     */
    public void addReceiver(String receiverAddress, RecipientType recipientType) {
        this.receivers.add(new Receiver(receiverAddress, recipientType));
    }
View Full Code Here

TOP

Related Classes of br.jus.tjrn.arq.commons.mail.Receiver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.