Uses of Class
be.vlaanderen.vip.magda.exception.MagdaConnectionException
Packages that use MagdaConnectionException
-
Uses of MagdaConnectionException in be.vlaanderen.vip.magda.client.connection
Methods in be.vlaanderen.vip.magda.client.connection that throw MagdaConnectionExceptionModifier and TypeMethodDescriptionMagdaConnection.sendDocument(Document xml) Sends a request document and a receives an according response document.org.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.databind.JsonNode, Integer> MagdaConnection.sendRestRequest(MagdaRestRequest request, MagdaRegistrationInfo registrationInfo) Sends a REST request and receives an according Json response documentorg.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.databind.JsonNode, Integer> MagdaConnection.sendRestRequest(String path, String query, String method, String requestBody)