Uses of Class
javax.mail.Provider

Packages that use Provider
javax.mail   
 

Uses of Provider in javax.mail
 

Methods in javax.mail that return Provider
 Provider Session.getProvider(String protocol)
          Return the provider for a specific protocol.
 Provider[] Session.getProviders()
          Return the list of providers available to this application.
 

Methods in javax.mail with parameters of type Provider
 void Session.addProvider(Provider provider)
          Add a provider to the Session managed provider list.
 Store Session.getStore(Provider provider)
          Return the Store specified by the given provider.
 Transport Session.getTransport(Provider provider)
          Return the Transport specified by a Provider
 void Session.setProvider(Provider provider)
          Make the supplied Provider the default for its protocol.
 



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