Example usage for Java javax.mail Provider fields, constructors, methods, implement or subclass
The text is from its open source code.
Provider(Type type, String protocol, String classname, String vendor, String version) Create a new provider of the specified type for the specified protocol. |
String | getClassName() Returns the name of the class that implements the protocol. |