public interface CommonAsyncService
| Modifier and Type | Method and Description |
|---|---|
ConfirmResponse |
confirmAll(ProcessedGetResponse getResponse) |
ConfirmResponse |
confirmAllMessages(ProcessedGetResponse getResponse) |
ConfirmResponse |
confirmAllTAcks(ProcessedGetResponse getResponse) |
ConfirmResponse |
confirmMessage(ProcessedMsgResponse msgResponse) |
ConfirmResponse |
confirmTAck(ProcessedTAckResponse tAckResponse) |
SignatureVerificationResult |
validateXadesTWithManifest(TAckResponse tAckResponse,
Blob postedBlob,
byte[] xadesT)
Method to validate asynchrounously the signature of a tack response against the original posted blob.
|
ConfirmResponse confirmAll(ProcessedGetResponse getResponse) throws ConnectorException
ConnectorExceptionConfirmResponse confirmAllTAcks(ProcessedGetResponse getResponse) throws ConnectorException
ConnectorExceptionConfirmResponse confirmAllMessages(ProcessedGetResponse getResponse) throws ConnectorException
ConnectorExceptionConfirmResponse confirmTAck(ProcessedTAckResponse tAckResponse) throws ConnectorException
ConnectorExceptionConfirmResponse confirmMessage(ProcessedMsgResponse msgResponse) throws ConnectorException
ConnectorExceptionSignatureVerificationResult validateXadesTWithManifest(TAckResponse tAckResponse, Blob postedBlob, byte[] xadesT) throws GenAsyncBusinessConnectorException
tAckResponse - the signed tack responsepostedBlob - the blob posted as the the original request. The signature must contain a manifest linked to this blobxadesT - the signature to be verifiedGenAsyncBusinessConnectorException
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.