Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
Modifier and Type | Field and Description |
---|---|
protected CatalogService |
BaseController.catalogService |
Constructor and Description |
---|
BaseController(CatalogService catalogService)
Construct a new
BaseController |
CatalogController(CatalogService service)
Construct a new
CatalogController |
ServiceInstanceBindingController(CatalogService catalogService,
ServiceInstanceBindingService serviceInstanceBindingService)
Construct a new
ServiceInstanceBindingController |
ServiceInstanceController(CatalogService catalogService,
ServiceInstanceService serviceInstanceService)
Construct a new
ServiceInstanceController |
Modifier and Type | Class and Description |
---|---|
class |
BeanCatalogService
An implementation of the
CatalogService that allows the Catalog to be specified as a Spring Bean. |