|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.tarification.helper.ResponseHelper
public final class ResponseHelper
Helper providing methods to validate the content of the response of a registration.
| Constructor Summary | |
|---|---|
ResponseHelper()
only for bootstrapping purposes. |
|
| Method Summary | |
|---|---|
void |
bootstrap()
|
static RetrieveTransactionResponse |
toObject(byte[] responseContent)
Return the jaxb object for a |
static void |
validateResponse(RetrieveTransactionResponse responseContent)
Test if the jaxb object match the xsd rules. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseHelper()
| Method Detail |
|---|
public static void validateResponse(RetrieveTransactionResponse responseContent)
throws TechnicalConnectorException
responseContent -
TechnicalConnectorException - if it contains code TechnicalConnectorExceptionValues.ERROR_XML_INVALID , it indicates a problem
with the received xsdpublic static RetrieveTransactionResponse toObject(byte[] responseContent)
responseContent -
public void bootstrap()
bootstrap in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||