Jump to content

Service provider interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 124.205.66.21 (talk) at 04:36, 27 September 2009 (See also). 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