#include <ReplayDetector.h>
Public Member Functions | |
virtual bool | isValid (MessageContext *msgctx)=0 |
virtual | ~ReplayDetector () |
Static Public Member Functions | |
static axis2_status_t | checkValidity (rampart_replay_detector_t *rrd, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx, rampart_context_t *rampart_context) |
virtual wso2wsf::ReplayDetector::~ReplayDetector | ( | ) | [virtual] |
destructor that can be overridden.
static axis2_status_t wso2wsf::ReplayDetector::checkValidity | ( | rampart_replay_detector_t * | rrd, | |
const axutil_env_t * | env, | |||
axis2_msg_ctx_t * | msg_ctx, | |||
rampart_context_t * | rampart_context | |||
) | [static] |
Static Handler to be invoked to check whether it is a replay
virtual bool wso2wsf::ReplayDetector::isValid | ( | MessageContext * | msgctx | ) | [pure virtual] |
Handler to be invoked to check whether the message is a replay Should return true if the message is valid. False if the message is a replay