OSGI-INF.termination-state-rest-service-impl.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.opencastproject.terminationstate.endpoint.impl.TerminationStateRestServiceImpl" immediate="true"> <implementation class="org.opencastproject.terminationstate.endpoint.impl.TerminationStateRestServiceImpl" /> <property name="service.description" value="Termination State Rest Service" /> <property name="opencast.service.type" value="org.opencastproject.terminationstate.impl" /> <property name="opencast.service.path" value="/termination" /> <service> <!-- MH-13571 Should be the api but the Opencast RestPublisher does not support use of endpoint api's --> <provide interface="org.opencastproject.terminationstate.endpoint.impl.TerminationStateRestServiceImpl" /> </service> <reference name="termination-state-service" interface="org.opencastproject.terminationstate.api.TerminationStateService" cardinality="1..1" policy="static" bind="setService" target="(&(vendor.name=opencast)(vendor.service=basic))" /> </scr:component>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy