public interface ProfileServiceSpi extends ProfileService
It is acceptable for a provider to implement only a subset of the ProfileService methods. In that case, the
unimplemented ones should throw an OperationNotSupportedException
.
ProfileService
PROFILE_SERVICE
Modifier and Type | Method and Description |
---|---|
void |
register(ProviderBean bean)
This method is called when the profile service attempts to
register an instance of this provider.
|
void |
unregister()
This method is called to inform the profile service provider that
it is being disconnected from the profile service.
|
deleteDocument, deleteDocument, getDocument, getDocument, putDocument, putDocument, subscribe, subscribe, subscribe, subscribe
void register(ProviderBean bean) throws ProfileException
bean
- Configuration bean; use for initialization.ProfileException
void unregister()