javax.mail

Class Provider

public class Provider extends Object

Nested Class Summary
static classProvider.Type
A enumeration inner class that defines Provider types.
Method Summary
StringgetClassName()
StringgetProtocol()
Provider.TypegetType()
StringgetVendor()
StringgetVersion()
StringtoString()

Method Detail

getClassName

public String getClassName()

getProtocol

public String getProtocol()

getType

public Provider.Type getType()

getVendor

public String getVendor()

getVersion

public String getVersion()

toString

public String toString()