be.ehealth.businessconnector.mycarenet.attest.domain
Class AttestBuilderResponse

java.lang.Object
  extended by be.ehealth.businessconnector.mycarenet.attest.domain.AttestBuilderResponse

public class AttestBuilderResponse
extends Object

eAttest business response, used by ResponseObjectBuilder to handle the WS response. It wraps the signature verification results and the actual xml business response, namely a SendTransactionResponse, both accessible through the getter methods.


Constructor Summary
AttestBuilderResponse(SendTransactionResponse sendTransactionResponse, SignatureVerificationResult signatureVerificationResult)
           
 
Method Summary
 SendTransactionResponse getSendTransactionResponse()
           
 SignatureVerificationResult getSignatureVerificationResult()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttestBuilderResponse

public AttestBuilderResponse(SendTransactionResponse sendTransactionResponse,
                             SignatureVerificationResult signatureVerificationResult)
Method Detail

getSendTransactionResponse

public SendTransactionResponse getSendTransactionResponse()

getSignatureVerificationResult

public SignatureVerificationResult getSignatureVerificationResult()



Connector Packaging generic 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.