Add partial rudimentary implementation of XML exporter
commit93fa2511617d1f90e988fd41b0b2ec4e4745ed63
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 23 Aug 2009 22:22:54 +0000 (24 05:22 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 23 Aug 2009 22:22:54 +0000 (24 05:22 +0700)
treec27cf825989980c0aed89316b89599f052dad686
parentadcec43706f3c52be307c827a05cf8d2b227ded8
Add partial rudimentary implementation of XML exporter

This basically adds all the service methods except for the export method.
Export operation will be added in the next step. Test cases for these ops
are also added.

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/App.java [deleted file]
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/XMLExporterImpl.java [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/test/java/com/smartitengineering/exim/impl/xml/AppTest.java [deleted file]
smart-exim/smart-exim-xml-impl/src/test/java/com/smartitengineering/exim/impl/xml/XMLExporterImplTest.java [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/test/java/com/smartitengineering/exim/impl/xml/data/SimpleDomain.java [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/test/java/com/smartitengineering/exim/impl/xml/data/TestDomain.java [new file with mode: 0644]