public class BeanCatalogService extends Object implements CatalogService
| Constructor and Description |
|---|
BeanCatalogService(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog()
Return the catalog of services provided by the service broker.
|
ServiceDefinition |
getServiceDefinition(String serviceId)
Get a service definition from the catalog by ID.
|
@Autowired public BeanCatalogService(Catalog catalog)
public Catalog getCatalog()
CatalogServicegetCatalog in interface CatalogServicepublic ServiceDefinition getServiceDefinition(String serviceId)
CatalogServicegetServiceDefinition in interface CatalogServiceserviceId - The ID of the service definition in the catalog