com.googlecode.jpattern.service.mail.message
Class AuthenticadRecipient

java.lang.Object
  extended by com.googlecode.jpattern.service.mail.message.AuthenticadRecipient
All Implemented Interfaces:
IRecipient, Serializable

public class AuthenticadRecipient
extends Object
implements IRecipient

See Also:
Serialized Form

Constructor Summary
AuthenticadRecipient(IRecipient recipient, String recipientPassword)
           
 
Method Summary
 String name()
           
 String password()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticadRecipient

public AuthenticadRecipient(IRecipient recipient,
                            String recipientPassword)
Method Detail

name

public String name()
Specified by:
name in interface IRecipient

password

public String password()


Copyright © 2011. All Rights Reserved.