16 #ifndef ENROLLMENTNOTIFIERBASE_H_
17 #define ENROLLMENTNOTIFIERBASE_H_
virtual void sendStopEnrollmentRequest(EnrollmentObj *obj)=0
virtual void sendCACE(CDAPMessage *msg)=0
virtual void receiveMessage(CDAPMessage *msg)
Function checks the type of CDAP message and passes it to appropriate processing method.
virtual void sendStopEnrollmentResponse(EnrollmentObj *obj)=0
virtual bool isMessageProcessable(CDAPMessage *msg)
Function checks whether CDAP message can be processed by notifier.
virtual void sendStartOperationRequest(OperationObj *obj)=0
virtual void sendStartOperationResponse(OperationObj *obj)=0
virtual void sendStartEnrollmentResponse(EnrollmentObj *obj)=0
virtual void signalizeMessage(CDAPMessage *msg)=0
Function asks for notifies about CDAP message ready to be sent.
virtual void sendStartEnrollmentRequest(EnrollmentObj *obj)=0
Abstract class implementing processing of any CDAP message.