be.ehealth.businessconnector.mycarenet.attestv2.domain
Class SignedBuilderResponse

java.lang.Object
  extended by be.ehealth.businessconnector.mycarenet.attestv2.domain.SignedBuilderResponse

public class SignedBuilderResponse
extends Object

eAttest business response, used by ResponseObjectBuilder to handle the WS response. It wraps and expose through getter metods:

the signature signature data, the signature verification results, the actual xml business response (a SendTransactionResponse, all accessible through the getter methods.


Constructor Summary
SignedBuilderResponse(byte[] response, SignatureVerificationResult signatureVerificationResult, byte[] signedData)
           
 
Method Summary
 SendTransactionResponse getSendTransactionResponse()
           
 SignatureVerificationResult getSignatureVerificationResult()
           
 byte[] getSignedData()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedBuilderResponse

public SignedBuilderResponse(byte[] response,
                             SignatureVerificationResult signatureVerificationResult,
                             byte[] signedData)
Method Detail

getSignatureVerificationResult

public SignatureVerificationResult getSignatureVerificationResult()

getSignedData

public byte[] getSignedData()

getSendTransactionResponse

public SendTransactionResponse getSendTransactionResponse()



Connector Packaging generic 3.17.1 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.