ProtocolProvider

Also known as JavaMail service providers. A protocol provider is a concrete implementation for a particular mail protocol, such as SMTP, POP3, and IMAP.



Attributes Summary
protocol : StringThe name of the protocol that is implemented by this protocol provider.
classname : StringThe class name of the protocol provider.
classpath : StringThe classpath to the jar(s) which contain the implementation classes for this protocol provider.
type : ProtocolProviderKindThe type of protocol provider.

Attribute Details

protocol    -    The name of the protocol that is implemented by this protocol provider.
     data type:  String
     default Value:   unspecified



classname    -    The class name of the protocol provider. The class must be available on the classpath of the mail provider.
     data type:  String
     default Value:   unspecified



classpath    -    The classpath to the jar(s) which contain the implementation classes for this protocol provider. If more than one jar file provides the implementation for a protocol provider, an entry for each required jar must be added. No classpath separator information should be specified in a classpath entry.
     data type:  String
     default Value:   unspecified



type    -    The type of protocol provider. Either TRANSPORT or STORE.
     data type: ProtocolProviderKind
     default Value:   unspecified
     Allowed Values:  STORE   TRANSPORT  


Copyright IBM Corp. 1997-2004