Interface RestEndpointRegistry
-
- All Known Implementing Classes:
RestEndpointRegistryImpl
public interface RestEndpointRegistry
The Rest Endpoints are provided by the jax-rs-connector, which already provides access to those. As those need to be made available to the Jetty Classpath, it would either mean copy over some jax-rs-connector jars to the ${OPENNMS_HOME}/lib directory and hack the custom.properties, or provide a wrapper implementation. As the last was easier, this is what was used.- Author:
- mvrueden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getRestEndpoints()
-