added Result transformer INT-286

Refactored OXM transformer creating separate marshalling and unamarshalling transformers and added namespace support INT-109
This commit is contained in:
Jonas Partner
2008-07-06 20:35:31 +00:00
parent b7f31fcbf0
commit 2128c1e21e
27 changed files with 973 additions and 48 deletions

View File

@@ -23,6 +23,7 @@
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.1.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.4.A" conf="compile->runtime"/>
</dependencies>
</ivy-module>