@ParametersAreNonnullByDefault
Package org.somda.sdc.glue.common.uri
Uri mapper utilities.
-
Class Summary Class Description ComplexDeviceComponentMapper Utility class to map from complex device component coded value to URI and back to coded value.ContextIdentificationMapper Utility class to map between context-based URIs and instance identifiers.LocationDetailQueryMapper Utility class to map location detail to and from URIs in accordance with SDC Glue section 9.4.1.2.ParticipantKeyPurposeMapper Utility class to map between Participant Key Purpose URIs and OIDs. -
Enum Summary Enum Description ContextIdentificationMapper.ContextSource Defines the context instance identifier URI type. -
Exception Summary Exception Description UriMapperGenerationArgumentException Shall be thrown in case the arguments for generating an URI in one of the mappers are not compatible with the URI generation rules.UriMapperParsingException Shall be thrown in case the URI to parse is not valid for the given mapper or is no valid URI in general.