SC - service connector typeSI - service info typepublic abstract class AbstractServiceConnectorCreator<SC,SI extends ServiceInfo> extends Object implements ServiceConnectorCreator<SC,SI>
ServiceConnectorCreators.
The type parameter define the service connector and service info types.
| Constructor and Description |
|---|
AbstractServiceConnectorCreator() |
| Modifier and Type | Method and Description |
|---|---|
Class<SC> |
getServiceConnectorType() |
Class<SI> |
getServiceInfoType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Class<SC> getServiceConnectorType()
getServiceConnectorType in interface ServiceConnectorCreator<SC,SI extends ServiceInfo>public Class<SI> getServiceInfoType()
getServiceInfoType in interface ServiceConnectorCreator<SC,SI extends ServiceInfo>