Implement spring Conduit bean registry and lots of cleanup
[jpim.git] / conduits.xml
diff --git a/conduits.xml b/conduits.xml
new file mode 100644 (file)
index 0000000..49ad034
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
+       <bean class="de.j32.pimstuff.conduit.FritzAddressbookConduit"
+               name="fritzbox" scope="prototype">
+       </bean>
+
+
+</beans>