javax.mail
Class Provider

java.lang.Object
  extended by javax.mail.Provider

public class Provider
extends Object

Version:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $

Nested Class Summary
static class Provider.Type
          A enumeration inner class that defines Provider types.
 
Constructor Summary
Provider(Provider.Type type, String protocol, String className, String vendor, String version)
           
 
Method Summary
 String getClassName()
           
 String getProtocol()
           
 Provider.Type getType()
           
 String getVendor()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Provider

public Provider(Provider.Type type,
                String protocol,
                String className,
                String vendor,
                String version)
Method Detail

getClassName

public String getClassName()

getProtocol

public String getProtocol()

getType

public Provider.Type getType()

getVendor

public String getVendor()

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.