Interface PublicServiceManager.PublicServiceProfileProvider
-
- All Implemented Interfaces:
public interface PublicServiceManager.PublicServiceProfileProvider
PublicServiceProfile提供者。
-
-
Method Summary
Modifier and Type Method Description abstract PublicServiceProfile
getPublicServiceProfile(PublicServiceType publicServiceType, String id)
获取PublicServiceProfile。 -
-
Method Detail
-
getPublicServiceProfile
abstract PublicServiceProfile getPublicServiceProfile(PublicServiceType publicServiceType, String id)
获取PublicServiceProfile。
- Parameters:
publicServiceType
- 公众服务类型。id
- 公众服务 id。- Returns:
PublicServiceProfile。
-
-
-
-