Uses of Class
be.vlaanderen.vip.magda.client.MagdaRequest
Packages that use MagdaRequest
Package
Description
-
Uses of MagdaRequest in be.vlaanderen.vip.magda.client
Methods in be.vlaanderen.vip.magda.client with parameters of type MagdaRequestModifier and TypeMethodDescriptionAbstractConnectorMagdaClient.send(MagdaRequest request) AbstractConnectorMagdaClient.send(MagdaRequest request, UUID requestId) MagdaClient.send(MagdaRequest request) MagdaClient.send(MagdaRequest request, UUID requestId) MagdaConnector.send(MagdaRequest magdaRequest) Sends a MAGDA request.MagdaConnector.send(MagdaRequest magdaRequest, UUID requestId) Sends a MAGDA request with a specific request ID.protected abstract voidAbstractConnectorMagdaClient.validateMagdaResponse(MagdaResponse response, MagdaRequest request) protected voidConnectorMagdaClient.validateMagdaResponse(MagdaResponse response, MagdaRequest request) protected voidLenientConnectorMagdaClient.validateMagdaResponse(MagdaResponse response, MagdaRequest request) -
Uses of MagdaRequest in be.vlaanderen.vip.magda.client.diensten
Subclasses of MagdaRequest in be.vlaanderen.vip.magda.client.dienstenModifier and TypeClassDescriptionclassA request that pertains to a company, identified by KBO number.classA request to a "GeefAanslagBiljet" MAGDA service, which provides tax bills.classA request to a "GeefBetalingenHandicap" MAGDA service, which provides information regarding disability payments for an INSZ.classA request to a "GeefBewijs" MAGDA service, which provides licenses.classEen request voor de "GeefDmfaVoorWerknemer" MAGDA Service, deze biedt DmfA informatie voor een gegeven INSZ nummer.classA request to a "GeefDossierHandicap" MAGDA service, which provides information regarding disability for an INSZ.classA request to a "GeefFuncties" MAGDA service allows you to consult the work relations for an INSZ.classA request to a "GeefHistoriekGezinssamenstelling" MAGDA service, which provides information on the history of family composition for an INSZ.classA request to the "Onderwijs.GeefHistoriekInschrijving" MAGDA service, which provides education enrollment histories for a person.classA request to the "Onderwijs.GeefHistoriekPersoon" MAGDA service, this service offers a customer the possibility to request historical personal data Adds the following fields to thePersonMagdaRequest: vanafDatum: the start date of the period opDatum: on date bron: the sources to be consulted (optional)classA request to a "GeefJaarrekeningen" MAGDA service, which provides information on a company's annual accounts.classA request to a "GeefBetalingenHandicap" MAGDA service allows you to consult the periods and amounts paid out in the context of the living wage for an INSZ.classA request to a "GeefLoopbaanARZA" MAGDA service, which provides information regarding self-employment for an INSZ.classA request to a "GeefSociaalStatuut" MAGDA service, which provides information on one or multiple social statutes for an INSZ.classA request to a "GeefOnderneming" MAGDA service, which provides company information.classA request to a "GeefPasfoto" MAGDA service, which provides passport photos.classA request to a "GeefPersoon" MAGDA service, which provides personal information.classA request to a "GeefSociaalStatuut" MAGDA service, which provides information on a given social status for an INSZ.classA request to a "GeefWerkrelaties" MAGDA service allows you to consult the work relations for an INSZ.classA request that pertains to a person, identified by INSZ number.classA request to a "LED.RegistreerBewijs" MAGDA service, which registers diploma proofs for the INSZ number of the citizen to whom a diploma has been awarded.classA request to a "RegistreerInschrijving" (specifically version 02.01) MAGDA service, which files registrations.classA request to a "RegistreerInschrijving" MAGDA service, which files registrations.classA request to a "RegistreerUitschrijving" MAGDA service, which files deregistrations.classA request that pertains to any sort of subject. -
Uses of MagdaRequest in be.vlaanderen.vip.magda.exception
Constructors in be.vlaanderen.vip.magda.exception with parameters of type MagdaRequestModifierConstructorDescriptionNoResponseException(String bericht, Throwable oorzaak, MagdaRequest magdaRequest, UUID requestId, int statusCode)