Interface | Description |
---|---|
CloudServiceConnectorFactory<SC> |
Factory to create service connectors.
|
CompositeServiceInfo |
Interface to represent services constituted out of other services.
|
ServiceConnectorConfig |
Marker interface for service connector configuration info
|
ServiceConnectorConfigurer<SC,SCC extends ServiceConnectorConfig> |
Configurer for service connector
|
ServiceConnectorCreator<SC,SI extends ServiceInfo> | |
ServiceInfo |
Service information.
|
Class | Description |
---|---|
AbstractServiceConnectorCreator<SC,SI extends ServiceInfo> |
Base class to simplify creation of
ServiceConnectorCreator s. |
BaseCompositeServiceInfo |
A generic implementation of
CompositeServiceInfo that should suffice in many situations. |
BaseServiceInfo | |
FallbackBaseServiceInfoCreator | |
UriBasedServiceData | |
UriBasedServiceInfo |
Common class for all
ServiceInfo s |
UriBasedServiceInfoCreator<SI extends ServiceInfo> |
Exception | Description |
---|---|
ServiceConnectorCreationException |
Exception to represent issues with creating service connector.
|
Annotation Type | Description |
---|---|
ServiceInfo.ServiceLabel |
Annotation to mark service label (used in presenting properties)
|
ServiceInfo.ServiceProperty |
Annotation to mark properties to expose as cloud properties
|