com.ibm.itim.remoteservices.provider
Interface Notifier


public interface Notifier

Interface to notify the provisioning platform when a response to an asynchronous request is made.

See Also:
AsynchronousResponse, ServiceProvider

Method Summary
 void notifyOfAsynchronousResponse(AsynchronousResponse response)
          Delivers an asynchronous response to the provisioning platform.
 

Method Detail

notifyOfAsynchronousResponse

void notifyOfAsynchronousResponse(AsynchronousResponse response)
                                  throws RemoteServicesException
Delivers an asynchronous response to the provisioning platform.

Parameters:
response - AsynchronousResponse to deliver. response cannot be null.
Throws:
RemoteServicesException - Thrown if unable to deliver response.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.