WebSphere brand IBM WebSphere IP Multimedia Subsystem Connector, Version 6.2

notifyInitialFilterCriteriaChange Web service method

This Web service method receives notification requests from the Sh subscriber profile Web service when the filtering criteria for the associated subscriber changes in the HSS. Notifications can be received for both filter criteria modifications and deletions.

Usage

This Web service method is used to receive notifications when the InitialFilterCriteria for the associated subscriber and Application Server changes in the HSS. The format of the InitialFilterCriteria is defined in the ShDataType.xsd schema. If the InitialFilterCriteria for this subscriber has been deleted by the HSS, the value of the newCriteria parameter will be null.

Example

public void notifyInitialFilterCriteriaChange(InitialFilterCriteria newCriteria,
                                              String publicIdentity)
                                              throws Exception {
    
          // application logic    
 }

Parameters

Parameter Name Type Description
newCriteria InitialFilterCriteria The modified or deleted InitialFilterCriteria received from the HSS notification request. If the InitialFilterCriteria for this subscriber has been deleted by the HSS, this value of this parameter will be null.
publicIdentity String

This parameter is the publicIdentity associated with the updated InitialFilterCriteria.

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.