Package be.vlaanderen.vip.magda.client
Interface MagdaConnector
public interface MagdaConnector
An interface to send
MagdaRequest
s to MAGDA and receive a MagdaResponse
s.
If something goes wrong, a ServerException
may be thrown.-
Method Summary
-
Method Details
-
send
Sends a MAGDA request.- Parameters:
magdaRequest
- the request to MAGDA.- Returns:
- the response from MAGDA.
- Throws:
ServerException
- an error that may be thrown in cases of no response or validation errors from the server.
-