SequencePropertyBean tokenBean = sequencePropertyBeanMgr.retrieve(sequencePropertyKey, Sandesha2Constants.SequenceProperties.SECURITY_TOKEN);
if(tokenBean != null) {
SecurityManager secManager = SandeshaUtil.getSecurityManager(context);
OMElement body = terminateResRMMsg.getSOAPEnvelope().getBody();
SecurityToken token = secManager.recoverSecurityToken(tokenBean.getValue());
secManager.checkProofOfPossession(token, body, msgContext);
}
ConfigurationContext configContext = msgContext.getConfigurationContext();
//shedulling a polling request for the response side.