java.lang.ObjectThe Provider is a class that describes a protocol implementation. The values typically come from the javamail.providers and javamail.default.providers resource files. An application may also create and register a Provider object to dynamically add support for a new provider.javax.mail.Provider
1.11 - , 07/05/04Max - SpivakBill - Shannon| Nested Class Summary: | ||
|---|---|---|
| public static class | Provider.Type | This inner class defines the Provider type. Currently, STORE and TRANSPORT are the only two provider types supported. |
| Constructor: |
|---|
|
| Method from javax.mail.Provider Summary: |
|---|
| getClassName, getProtocol, getType, getVendor, getVersion, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.mail.Provider Detail: |
|---|
|
|
|
|
|
|