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

OSGI-INF.execute-remote.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.execute.remote.ExecuteServiceRemoteImpl"
               immediate="true">
  <implementation
      class="org.opencastproject.execute.remote.ExecuteServiceRemoteImpl"/>
  <property name="service.description" value="Execute Service Remote Service Proxy"/>
  <service>
    <provide interface="org.opencastproject.execute.api.ExecuteService"/>
  </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