public interface ServiceInfoCreator<SI extends ServiceInfo,SD>
NOTE: While it will be convenient for CloudConnector
implementations
to use this interface along with AbstractCloudConnector
to support extensible
service model, they are free to use any other scheme.
Modifier and Type | Method and Description |
---|---|
boolean |
accept(SD serviceData) |
SI |
createServiceInfo(SD serviceData) |