javax.mail
Class Address

java.lang.Object
  extended by javax.mail.Address
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternetAddress, NewsAddress

public abstract class Address
extends Object
implements Serializable

An address representing an endpoint in a messaging system. Subclasses of this class should normally be serializable.

Version:
1.4
Author:
Chris Burdess
See Also:
Serialized Form

Constructor Summary
Address()
           
 
Method Summary
abstract  boolean equals(Object obj)
           
abstract  String getType()
          Returns the type of this address.
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getType

public abstract String getType()
Returns the type of this address.


toString

public abstract String toString()
Overrides:
toString in class Object

equals

public abstract boolean equals(Object obj)
Overrides:
equals in class Object


© Copyright 2003, 2004 The Free Software Foundation, All rights reserved