java.lang.Object | +--javax.mail.Provider
The Provider is a class that describes a protocol implementation. The values come from the javamail.providers & javamail.default.providers resource files.
Provider.Type This inner class defines the Provider type. |
getClassName() Returns name of the class that implements the protocol | |
getProtocol() Returns the protocol supported by this Provider | |
getType() Returns the type of this Provider | |
getVendor() Returns name of vendor associated with this implementation or null | |
getVersion() Returns version of this implementation or null if no version | |
toString() Overrides Object.toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
publicProvider.TypegetType()
public java.lang.StringgetProtocol()
public java.lang.StringgetClassName()
public java.lang.StringgetVendor()
public java.lang.StringgetVersion()
public java.lang.StringtoString()
toString
in classjava.lang.Object