|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.dmg.domain.DmgBuilderResponse
public class DmgBuilderResponse
DMG Response class definition, used by ResponseObjectBuilder to handle the WS response
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
DmgBuilderResponse(Map<String,Object> result)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public DmgBuilderResponse(Map<String,Object> result)
| Method Detail |
|---|
public Map<String,Object> getResult()
public String getEhealthStatus()
public SendResponseType getOriginalResponse()
public SignatureVerificationResult getSignatureVerificationResult()
public RetrieveTransactionResponse getRetrieveTransactionResponse()
public Kmehrmessage getKmehrmessage()
public SendTransactionResponse getSendTransactionResponse()
public byte[] getResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||