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

OSGI-INF.distribution-remote-streaming.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.distribution.streaming.remote.StreamingDistributionServiceRemoteImpl"
               immediate="true" activate="activate">
  <implementation
      class="org.opencastproject.distribution.streaming.remote.StreamingDistributionServiceRemoteImpl"/>
  <property name="service.description" value="Distribution (Streaming) Remote Service Proxy"/>
  <property name="distribution.channel" value="streaming"/>
  <service>
    <provide interface="org.opencastproject.distribution.api.DistributionService"/>
    <provide interface="org.opencastproject.distribution.api.StreamingDistributionService"/>
  </service>
  <reference name="trustedHttpClient" interface="org.opencastproject.security.api.TrustedHttpClient"
             cardinality="1..1" policy="static" bind="setTrustedHttpClient"/>
  <reference name="remoteServiceManager" interface="org.opencastproject.serviceregistry.api.ServiceRegistry"
             cardinality="1..1" policy="static" bind="setRemoteServiceManager"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy