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="certprofileFactoryRegister" class="org.xipki.ca.api.internal.X509CertprofileFactoryRegisterImpl"/> <service ref="certprofileFactoryRegister" interface="org.xipki.ca.api.profile.x509.X509CertprofileFactoryRegister"/> <reference-list id="certprofileFactories" interface="org.xipki.ca.api.profile.x509.X509CertprofileFactory" availability="optional"> <reference-listener ref="certprofileFactoryRegister" bind-method="bindService" unbind-method="unbindService"/> </reference-list> <bean id="publisherFactoryRegister" class="org.xipki.ca.api.internal.X509CertPublisherFactoryRegisterImpl"/> <service ref="publisherFactoryRegister" interface="org.xipki.ca.api.publisher.x509.X509CertPublisherFactoryRegister"/> <reference-list id="publisherFactories" interface="org.xipki.ca.api.publisher.x509.X509CertPublisherFactory" availability="optional"> <reference-listener ref="publisherFactoryRegister" bind-method="bindService" unbind-method="unbindService"/> </reference-list> </blueprint>