OSGI-INF.blueprint.transformers.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> <bean id="OOTBTransformSource" class="org.switchyard.transform.osgi.internal.TransformSourceImpl"> <argument ref="blueprintBundle"/> </bean> <service interface="org.switchyard.transform.osgi.internal.TransformSource" ref="OOTBTransformSource"/> </blueprint>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy