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.4
Author:
Chris Burdess

Method Summary

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

Method Details

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