javax.mail

Class Address

Implemented Interfaces:
Serializable
Known Direct Subclasses:
InternetAddress, NewsAddress

public abstract class Address
extends java.lang.Object
implements Serializable

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

Version:
1.3

Author:
Chris Burdess

Method Summary

boolean
equals(Object obj)
String
getType()
Returns the type of this address.
String
toString()

Method Details

equals

public boolean equals(Object obj)


getType

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


toString

public String toString()


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