16 #ifndef DAFENROLLMENTNOTIFIERBASE_H_
17 #define DAFENROLLMENTNOTIFIERBASE_H_
Class representing flow object with attributes from specs.
virtual Flow * getFlow()=0
virtual bool isMessageProcessable(CDAPMessage *msg)
Function checks whether CDAP message can be processed by notifier.
virtual void sendCACE(CDAPMessage *msg)=0
virtual void sendStopEnrollmentRequest(DAFEnrollmentObj *obj)=0
virtual void sendStartEnrollmentResponse(DAFEnrollmentObj *obj)=0
virtual void sendStartOperationRequest(DAFOperationObj *obj)=0
virtual void receiveMessage(CDAPMessage *msg)
Function checks the type of CDAP message and passes it to appropriate processing method.
virtual void sendStartOperationResponse(DAFOperationObj *obj)=0
virtual void signalizeMessage(CDAPMessage *msg)=0
Function asks for notifies about CDAP message ready to be sent.
virtual void sendStartEnrollmentRequest(DAFEnrollmentObj *obj)=0
virtual void sendStopEnrollmentResponse(DAFEnrollmentObj *obj)=0
Abstract class implementing processing of any CDAP message.