See: Description
| 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.
|
| ServiceInstanceBindingEventService |
Internal implementation of
ServiceInstanceBindingService that attaches event hooks to the requests to create
and delete service instance bindings |
| ServiceInstanceEventService |
Internal implementation of
ServiceInstanceService that attaches event hooks to requests related to
provisioning, updating, and deprovisioning service instances. |