OSGI-INF.publication-remote-oaipmh.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.publication.oaipmh.remote.OaiPmhPublicationServiceRemoteImpl" immediate="true"> <implementation class="org.opencastproject.publication.oaipmh.remote.OaiPmhPublicationServiceRemoteImpl"/> <property name="service.description" value="Publication (OAI-PMH) Remote Service Proxy"/> <service> <provide interface="org.opencastproject.publication.api.OaiPmhPublicationService"/> </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