All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.termination-state-rest-service-impl.xml Maven / Gradle / Ivy

There is a newer version: 16.7
Show newest version
<?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="(&amp;(vendor.name=opencast)(vendor.service=basic))" />
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy