| Interface | Description |
|---|---|
| CatalogService |
This interface is implemented by service brokers to process requests to retrieve the service catalog.
|
| ServiceInstanceBindingService |
This interface is implemented by service brokers to process requests to create and delete service instance bindings.
|
| ServiceInstanceService |
This interface is implemented by service brokers to process requests related to provisioning, updating,
and deprovisioning service instances.
|
| Class | Description |
|---|---|
| BeanCatalogService |
An implementation of the CatalogService that allows the Catalog to be specified as a Spring Bean.
|
| NonBindableServiceInstanceBindingService |
Default implementation of ServiceInstanceBindingService for service brokers that do not support bindable services.
|