Service provider interface
Appearance
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (September 2009) |
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.