private void auditRequestToNhin( gov.hhs.fha.nhinc.common.nhinccommonproxy .RespondingGatewayProvideAndRegisterDocumentSetSecuredRequestType request, AssertionType assertion, NhinTargetSystemType target) { auditLogger.auditXDR(request, assertion, target, NhincConstants.AUDIT_LOG_OUTBOUND_DIRECTION); }
private void auditResponseFromNhin( RegistryResponseType response, AssertionType assertion, NhinTargetSystemType target) { auditLogger.auditNhinXDRResponse( response, assertion, target, NhincConstants.AUDIT_LOG_INBOUND_DIRECTION, true); }
private void auditResponseToAdapter(RegistryResponseType response, AssertionType assertion) { auditLogger.auditEntityXDRResponse( response, assertion, NhincConstants.AUDIT_LOG_OUTBOUND_DIRECTION); }
private void auditRequestFromAdapter( RespondingGatewayProvideAndRegisterDocumentSetSecuredRequestType request, AssertionType assertion) { auditLogger.auditEntityXDR(request, assertion, NhincConstants.AUDIT_LOG_INBOUND_DIRECTION); }