public class BeanCatalogService extends java.lang.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(java.lang.String serviceId)
Get a service definition from the catalog by ID.
|
@Autowired public BeanCatalogService(Catalog catalog)
public Catalog getCatalog()
CatalogService
getCatalog
in interface CatalogService
public ServiceDefinition getServiceDefinition(java.lang.String serviceId)
CatalogService
getServiceDefinition
in interface CatalogService
serviceId
- The ID of the service definition in the catalog