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)
|
Method Summary |
boolean |
equals(java.lang.Object addr)
|
java.lang.String |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MailAddress
public MailAddress(java.lang.String mAddy)
equals
public boolean equals(java.lang.Object addr)
- Specified by:
equals
in class javax.mail.Address
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.