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

OSGI-INF.http-client-factory.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.kernel.http.impl.HttpClientFactory"
               immediate="true" activate="activate" deactivate="deactivate">
  <implementation class="org.opencastproject.kernel.http.impl.HttpClientFactory"/>
  <property name="service.description" value="Provides a service that builds http clients."/>
  <service>
    <provide interface="org.opencastproject.kernel.http.impl.HttpClientFactory"/>
  </service>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy