Class ServiceMappedMagdaEndpoints
java.lang.Object
be.vlaanderen.vip.magda.client.endpoints.ServiceMappedMagdaEndpoints
- All Implemented Interfaces:
MagdaEndpoints
An implementation of MagdaEndpoints that maps service identifiers (service name/version pairs) to MagdaEndpoints.
This is the default implementation that the MagdaEndpoints builder will use.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface be.vlaanderen.vip.magda.client.endpoints.MagdaEndpoints
MagdaEndpoints.Builder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMapping
(String dienstNaam, String dienstVersie, MagdaEndpoint magdaEndpoint) magdaUri
(MagdaServiceIdentification serviceId)
-
Constructor Details
-
ServiceMappedMagdaEndpoints
public ServiceMappedMagdaEndpoints()
-
-
Method Details
-
magdaUri
- Specified by:
magdaUri
in interfaceMagdaEndpoints
-
addMapping
-