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

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

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/${blueprint.ns}">
    <bean id="CryptoServiceImpl"
          class="com.eurodyn.qlack2.fuse.crypto.impl.CryptoServiceImpl">
    </bean>
    <service id="CryptoService" ref="CryptoServiceImpl"
             interface="com.eurodyn.qlack2.fuse.crypto.api.CryptoService"/>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy