Merged changes 8933:8939 from 1.0.2 into the trunk

This commit is contained in:
Arjen Poutsma
2007-11-06 19:09:06 +00:00
parent b4e08ec797
commit d7e4b78bea
11 changed files with 176 additions and 109 deletions

View File

@@ -10,7 +10,7 @@
<bean class="org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping"/>
<bean class="org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter">
<bean class="org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter">
<constructor-arg ref="marshaller"/>
</bean>