javax.mail
Class Provider

java.lang.Object
  extended byjavax.mail.Provider

public class Provider
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $

Nested Class Summary
static class Provider.Type
           
 
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
 

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()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.