Save This Page
Home » apache-tomcat-6.0.16-src » javax » mail » [javadoc | source]
javax.mail
public class: Provider [javadoc | source]
java.lang.Object
   javax.mail.Provider
Nested Class Summary:
public static class  Provider.Type  A enumeration inner class that defines Provider types. 
Constructor:
 Provider(String protocol,
    String className,
    Provider.Type type,
    String vendor,
    String version) 
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:
 public String getClassName() 
 public String getProtocol() 
 public Provider.Type getType() 
 public String getVendor() 
 public String getVersion() 
 public String toString()