Jump to content

Service provider interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 12.146.131.5 (talk) at 20:42, 19 May 2008 (creating see also section and populating appropriately.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Service Provider Interface (SPI) is a software mechanism to support replaceable components.

It is the implementer-side equivalent of an API; a set of hooks that can or must be overridden.

In the Java Runtime Environment, SPIs are used in JDBC, JCE, JNDI, JAXP, JBI, Java Sound and Java Image I/O.

See also