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.
- Author:
- Tony Gullotta
- See Also:
AsynchronousResponse
,
ServiceProvider
notifyOfAsynchronousResponse
public void notifyOfAsynchronousResponse(AsynchronousResponse response)
throws RemoteServicesException
- Delivers an asynchronous response to the provisioning platform.
- Parameters:
response
- AsynchronousResponse to deliver.- Throws:
RemoteServicesException
- thrown if unable to deliver
response.