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
 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 © 2006 Apache Software Foundation. All Rights Reserved.