All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.network.mail.base.Encodable

public interface Encodable
This interface will be implemented by a class which can be encoded using a MIME encoder.

Author:
Abdul Majeed Ghadialy, Mohit M Sant
See Also:
MimeEncoder, MimeMap

Method Index

 o encode(MimeMap)
Encodes the contents.

Methods

 o encode
 public abstract void encode(MimeMap map)
Encodes the contents.

Parameters:
map - MimeMap object containing MIME type and encoder/decoder information.
See Also:
MimeMap

All Packages  Class Hierarchy  This Package  Previous  Next  Index