Uses of Interface
jakarta.activation.MailcapRegistry
Packages that use MailcapRegistry
Package
Description
Provides interfaces which implementations will be used as service providers for other services
that used by Jakarta Activation.
-
Uses of MailcapRegistry in jakarta.activation.spi
Methods in jakarta.activation.spi that return MailcapRegistryModifier and TypeMethodDescriptionMailcapRegistryProvider.getByFileName
(String name) Retrieve an instance of the MailcapRegistry based on the name of the file where the MailcapEntries are stored.MailcapRegistryProvider.getByInputStream
(InputStream inputStream) Retrieve an instance of the MailcapRegistry based on the InputStream that is used to read data from some named resource.MailcapRegistryProvider.getInMemory()
Retrieve an instance of the in-memory implementation of the MailcapRegistry. -
Uses of MailcapRegistry in org.eclipse.angus.activation
Classes in org.eclipse.angus.activation that implement MailcapRegistryMethods in org.eclipse.angus.activation that return MailcapRegistryModifier and TypeMethodDescriptionMailcapRegistryProviderImpl.getByFileName
(String name) MailcapRegistryProviderImpl.getByInputStream
(InputStream inputStream) MailcapRegistryProviderImpl.getInMemory()