WebSphere brand IBM WebSphere IP Multimedia Subsystem Connector, Version 6.2

notifyRepositoryDataChange Web service method

This Web service method will provide notification when the repository data changes.

Usage

This Web service method is used to receive notifications when the user profile RepositoryData for the associated subscriber changes in the HSS. The format of the RepositoryData is defined in the ShDataType.xsd schema. If the subscriber’s profile has been deleted by the HSS, the ServiceData field in the RepositoryData object will be null.

Example

public void notifyRepositoryDataChange(RepositoryData newData,
                                       String publicIdentity)
                                       throws Exception {

  // application logic
}

Parameters

Parameter Name Type Description
newData String The modified or deleted RepositoryData received from the HSS notification request.
publicIdentity String

This parameter is the publicIdentity associated with the updated RepositoryData.

Specifies the public user identity or public service identity. This can be either a SIP URL or a TEL URL. Example:
  • sip:Alice.Smith@example.com:transport=tcp
  • sips:carol@ws1234.example.com
  • sip:+358-555-1234567;postd=pp22@example.com;user=phone
  • sip:alice;day=tuesday@example.com
  • tel:+919-123-4567
  • tel:+358-555-1234567;postd=pp22



Terms of use
(C) Copyright IBM Corporation 2009. All Rights Reserved.