Add collections exporter
commit121210f1e26a3038ca501a84c9811867aabe4010
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 19 Sep 2009 10:57:07 +0000 (19 17:57 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 19 Sep 2009 10:57:07 +0000 (19 17:57 +0700)
tree265d5d7c50c5347e6be4a631a95e77c0a5f0fd90
parenta18cf2f77a59d957dbfb9f01ccb52e4eeb68e2c4
Add collections exporter

The main type OBJECT is still left and it will be responsible for exporting
the basic types and objects. It will also be responsible for creating
URIs.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/AssociationConfig.java
smart-exim/smart-exim-api/src/main/resources/collection-schema.xsd [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/AbstractElementExporter.java [copied from smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/ElementExporter.java with 55% similarity]
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/ElementExporter.java
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/GenericCollectionElementExporter.java [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/MapElementExporter.java [new file with mode: 0644]