OSGI-INF.videoeditor-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.videoeditor.remote.VideoEditorServiceRemote" immediate="true"> <implementation class="org.opencastproject.videoeditor.remote.VideoEditorServiceRemote"/> <property name="service.description" value="Video Editor Remote Service Proxy"/> <service> <provide interface="org.opencastproject.videoeditor.api.VideoEditorService"/> </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