Interface MailcapRegistry


public interface MailcapRegistry
The MailcapRegistry interface is implemented by objects that can be used to store and retrieve MailcapEntries.

Application must implement MailcapRegistryProvider to create new instances of the MailcapRegistry. Implementation of the MailcapRegistry can store MailcapEntries in different ways and that storage must be accessible through the MailcapRegistryProvider methods. Implementation of the MailcapRegistry must contain in-memory storage for MailcapEntries.