org.apache.axis2.transport.mail.server
Class MailAddress
java.lang.Object
javax.mail.Address
org.apache.axis2.transport.mail.server.MailAddress
- All Implemented Interfaces:
- java.io.Serializable
public class MailAddress
- extends javax.mail.Address
This is a simple implementation to simplify the usage
of the Addresses.
- See Also:
- Serialized Form
Constructor Summary |
MailAddress(java.lang.String mAddy)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MailAddress
public MailAddress(java.lang.String mAddy)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class javax.mail.Address
- See Also:
Object.equals(java.lang.Object)
toString
public java.lang.String toString()
- Specified by:
toString
in class javax.mail.Address
getType
public java.lang.String getType()
- Specified by:
getType
in class javax.mail.Address
Copyright © 2007 Apache Web Services Project. All Rights Reserved.