See: Description
Interface | Description |
---|---|
MailcapRegistryProvider |
This interface defines a factory for
MailcapRegistry . |
MimeTypeRegistryProvider |
This interface defines a factory for
MimeTypeRegistry . |
Provides interfaces which implementations will be used as service providers for other services that used by Jakarta Activation.
Implementation of Jakarta Activation must implement interfaces declared in this package.
Jakarta Activation uses ServiceLoader
class to discover
and load implementations of the interfaces from this package using standard Java SPI mechanism.