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.getProviders()
          Return the list of providers available to this application.
 Provider Session.getProvider(java.lang.String protocol)
          Return the provider for a specific protocol.
 

Methods in javax.mail with parameters of type Provider
 void Session.setProvider(Provider provider)
          Make the supplied Provider the default for its protocol.
 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
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.