javax.mail
Class Provider
public class Provider
extends java.lang.Object
A description of a messaging implementation that can store or send
messages.
Version:
- Chris Burdess
String | getClassName() - Returns the name of the class implementing the protocol.
|
String | getProtocol() - Returns the protocol implemented by this provider.
|
Provider.Type | getType() - Returns the provider type.
|
String | getVendor() - Returns the name of the vendor associated with this implementation.
|
String | getVersion() - Returns the version of this implementation.
|
String | toString()
|
getClassName
public String getClassName()
Returns the name of the class implementing the protocol.
getProtocol
public String getProtocol()
Returns the protocol implemented by this provider.
getVendor
public String getVendor()
Returns the name of the vendor associated with this implementation.
getVersion
public String getVersion()
Returns the version of this implementation.
toString
public String toString()
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved