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

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

The newest version!
<?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"/>

    <bean id="OsgiSmooksProducer" class="org.switchyard.transform.smooks.internal.OsgiSmooksProducer"/>
    <service interface="org.switchyard.transform.smooks.internal.SmooksProducer" ref="OsgiSmooksProducer"/>

</blueprint>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy