public class DmgBuilderResponse extends Object
ResponseObjectBuilder
to handle the WS responseModifier and Type | Field and Description |
---|---|
static String |
RESULT_AS_BYTE
key in map for item that holds the business answer in the details as byte array.
|
static String |
RESULT_AS_KMEHR_MESSAGE
key in map for item that holds the kmehrMessage jaxb object ( if that was in the response ) or IllegalArgumentException if parsing of
the jaxb object failed.
|
static String |
RESULT_AS_OBJ_RETRIEVE
key in map for item that holds the RetrieveTransactionResponse jaxb object ( if that was in the response ) or
IllegalArgumentException if parsing of the jaxb object failed.
|
static String |
RESULT_AS_OBJ_SEND
key in map for item that holds the SentTransactionResponse jaxb object ( if that was in the response ) or IllegalArgumentException if
parsing of the jaxb object failed.
|
static String |
RESULT_EHEALTH_STATUS
key in map for item that holds the ehealth status of the response.
|
static String |
RESULT_HAS_SIGNATURE
key in map for item that indicates if the response had a signature.
|
static String |
RESULT_ORGINAL
key in map for item that holds the orignal message.
|
static String |
RESULT_SIGINATURE_VERIFICATION
key in map for item that holds the signature verification result SignatureVerificationResult.
|
Constructor and Description |
---|
DmgBuilderResponse(Map<String,Object> result) |
Modifier and Type | Method and Description |
---|---|
String |
getEhealthStatus() |
Kmehrmessage |
getKmehrmessage() |
SendResponseType |
getOriginalResponse() |
byte[] |
getResponse() |
Map<String,Object> |
getResult() |
RetrieveTransactionResponse |
getRetrieveTransactionResponse() |
SendTransactionResponse |
getSendTransactionResponse() |
SignatureVerificationResult |
getSignatureVerificationResult() |
public static final String RESULT_EHEALTH_STATUS
public static final String RESULT_ORGINAL
public static final String RESULT_SIGINATURE_VERIFICATION
public static final String RESULT_HAS_SIGNATURE
public static final String RESULT_AS_BYTE
public static final String RESULT_AS_OBJ_RETRIEVE
public static final String RESULT_AS_OBJ_SEND
public static final String RESULT_AS_KMEHR_MESSAGE
public String getEhealthStatus()
public SendResponseType getOriginalResponse()
public SignatureVerificationResult getSignatureVerificationResult()
public RetrieveTransactionResponse getRetrieveTransactionResponse()
public Kmehrmessage getKmehrmessage()
public SendTransactionResponse getSendTransactionResponse()
public byte[] getResponse()
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.