235236237238239240241242243244245
context.setSecurityEnvironment(sConfig.getSecurityEnvironment()); context.isInboundMessage(true); if (config.retainSecurityHeader()) { context.retainSecurityHeader(true); } if (config.resetMustUnderstand()) { context.resetMustUnderstand(true); }