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

OSGI-INF.blueprint.config.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
    xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
    xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0">

  <bean id="factoryRegister"
       class="org.xipki.ocsp.api.internal.OcspStoreFactoryRegisterImpl"/>
  <service ref="factoryRegister"
       interface="org.xipki.ocsp.api.OcspStoreFactoryRegister"/>
  <reference-list id="factories"
       interface="org.xipki.ocsp.api.OcspStoreFactory"
       availability="optional">
    <reference-listener ref="factoryRegister" bind-method="bindService"
         unbind-method="unbindService"/>
  </reference-list>

</blueprint>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy