![JAR search and dependency download from the Maven repository](/logo.png)
OSGI-INF.blueprint.transformers.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of switchyard-transform
Show all versions of switchyard-transform
The SwitchYard Transform library.
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