52°North SPS v2.0 - CITE test plugin - documentation
CITE Test Plugin
The CITE Test Plugin was developed for OWS-9 CITE testing.
Implementation Design
The following UML diagram describes how the plugin implementation is linked into the SPS 2.0 and which interfaces are implemented and which services are used. Refer to
SpsV20DesignDocumentation which describes how the SPS' integration points are interrelated within the SPS framework.
A
SensorPlugin
instance is created by a dedicated
SensorInstanceFactory
. This is done auto-magically by means of Java's
ServiceLoader requiring the implementation package providing instantiation metadata within the jar's META-INF directory. Get more details at the
HowToDevelopSpsPlugins description site.