JavaScript is disabled on your browser.
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InternetAddress, NewsAddress
public abstract class Address
extends java.lang.Object
implements java.io.Serializable
An address representing an endpoint in a messaging system.
Subclasses of this class should normally be serializable.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
| Constructor and Description |
Address () |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
abstract boolean |
equals (java.lang.Object obj) |
abstract java.lang.String |
getType ()
Returns the type of this address.
|
abstract java.lang.String |
toString () |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait