ProtocolProvider





Attributes Summary
protocol : String  
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    -     
     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. 1996-2002