ConfigurationContext configContext = msgContext.getConfigurationContext();
//Please note: no need to check that RM1.0 annon out-in has a sequence offer, since we actually force an offer in this case
// setting the Fault callback
SandeshaListener faultCallback = (SandeshaListener) msgContext.getOptions().getProperty(
SandeshaClientConstants.SANDESHA_LISTENER);
if (faultCallback != null) {
OperationContext operationContext = msgContext.getOperationContext();
if (operationContext != null) {
operationContext.setProperty(SandeshaClientConstants.SANDESHA_LISTENER, faultCallback);