COAR Notify
 
Loading...
Searching...
No Matches
coarnotify\server\COARNotifyServiceBinding Interface Reference

Public Member Functions

 notificationReceived (NotifyPattern $notification)
 

Detailed Description

Interface for implementing a COAR Notify server binding.

Server implementation should extend this class and implement the notificationReceived method

That method will receive a NotifyPattern object, which will be one of the known types and should return a COARNotifyReceipt object with the appropriate status code and location URL

Member Function Documentation

◆ notificationReceived()

coarnotify\server\COARNotifyServiceBinding::notificationReceived ( NotifyPattern $notification)

Process the receipt of the given notification, and respond with an appropriate receipt object.

Parameters
NotifyPattern$notificationThe notification object received
Returns
COARNotifyReceipt The receipt object to send back to the client

The documentation for this interface was generated from the following file: