javax.mail

Class Address

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

Method Summary
abstract booleanequals(Object obj)
abstract StringgetType()
Returns the type of this address.
abstract StringtoString()

Method Detail

equals

public abstract boolean equals(Object obj)

getType

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

toString

public abstract String toString()
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved