Add element exporters for all types of associations
commitba79652cf99f88c1aee10632f903f9f2ac6374ff
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 20 Sep 2009 09:32:03 +0000 (20 16:32 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 20 Sep 2009 09:32:03 +0000 (20 16:32 +0700)
treeb89c0f083eb5c61c8a62e163a0b306d0f5d4a0de
parentaf820473deb1d09c4386696814c93d7f17e2ec5c
Add element exporters for all types of associations

Now only left is to start export of a resource.

Added commons-lang dependency explicitly as we are using it in quite a few
places, so it would not be wise to depend on transitive dependency

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-exim/smart-exim-xml-impl/pom.xml
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/GenericDataTypeExporter.java [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/ResourceObjectExporter.java [new file with mode: 0644]