Package jakarta.activation.spi
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.
-
Interface Summary Interface Description MailcapRegistryProvider This interface defines a factory forMailcapRegistry
.MimeTypeRegistryProvider This interface defines a factory forMimeTypeRegistry
.