Uses of Interface
com.googlecode.jpattern.service.mail.message.IRecipient

Packages that use IRecipient
com.googlecode.jpattern.service.mail   
com.googlecode.jpattern.service.mail.message   
 

Uses of IRecipient in com.googlecode.jpattern.service.mail
 

Classes in com.googlecode.jpattern.service.mail that implement IRecipient
 class BCCRecipient
           
 class CCRecipient
           
 

Methods in com.googlecode.jpattern.service.mail with parameters of type IRecipient
 void MailRecipients.addRecipient(IRecipient aRecipient)
           
 void MailMessageAddress.from(IRecipient aRecipient)
           
 void MailRecipients.from(IRecipient aRecipient)
           
 

Method parameters in com.googlecode.jpattern.service.mail with type arguments of type IRecipient
 void MailMessageAddress.bcc(List<IRecipient> aRecipients)
           
 void MailMessageAddress.cc(List<IRecipient> aRecipients)
           
 void MailMessageAddress.to(List<IRecipient> aRecipients)
           
 

Constructors in com.googlecode.jpattern.service.mail with parameters of type IRecipient
BCCRecipient(IRecipient aRecipient)
           
CCRecipient(IRecipient aRecipient)
           
 

Uses of IRecipient in com.googlecode.jpattern.service.mail.message
 

Classes in com.googlecode.jpattern.service.mail.message that implement IRecipient
 class ARecipient
           
 class AuthenticadRecipient
           
 class FromRecipient
           
 class Recipient
           
 

Methods in com.googlecode.jpattern.service.mail.message with parameters of type IRecipient
 void Recipients.addRecipient(IRecipient aRecipient)
           
 void IRecipients.addRecipient(IRecipient aRecipient)
           
 void IMessageAddress.from(IRecipient aRecipient)
           
 void Recipients.from(IRecipient aRecipient)
           
 void IRecipients.from(IRecipient aRecipient)
           
 

Method parameters in com.googlecode.jpattern.service.mail.message with type arguments of type IRecipient
 void IMessageAddress.to(List<IRecipient> aRecipients)
           
 

Constructors in com.googlecode.jpattern.service.mail.message with parameters of type IRecipient
AuthenticadRecipient(IRecipient recipient, String recipientPassword)
           
FromRecipient(IRecipient aRecipient)
           
 



Copyright © 2011. All Rights Reserved.