|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Provider
public class Provider
A description of a messaging implementation that can store or send messages.
Nested Class Summary | |
---|---|
static class |
Provider.Type
A provider type (STORE or TRANSPORT). |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the name of the class implementing the protocol. |
java.lang.String |
getProtocol()
Returns the protocol implemented by this provider. |
Provider.Type |
getType()
Returns the provider type. |
java.lang.String |
getVendor()
Returns the name of the vendor associated with this implementation. |
java.lang.String |
getVersion()
Returns the version of this implementation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Provider.Type getType()
public java.lang.String getProtocol()
public java.lang.String getClassName()
public java.lang.String getVendor()
public java.lang.String getVersion()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |