Implement spring Conduit bean registry and lots of cleanup
[jpim.git] / src / de / j32 / pimstuff / conduit / Conduit.java
diff --git a/src/de/j32/pimstuff/conduit/Conduit.java b/src/de/j32/pimstuff/conduit/Conduit.java
new file mode 100644 (file)
index 0000000..82963ed
--- /dev/null
@@ -0,0 +1,7 @@
+package de.j32.pimstuff.conduit;
+
+public interface Conduit
+{
+       public Exporter exporter() throws ConduitException;
+       public Importer importer() throws ConduitException;
+}