Skip to content

Commit 4a13049

Browse files
committed
SWS-220
1 parent 02541be commit 4a13049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docbkx/server.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ public class AnnotationOrderEndpoint {
545545
546546
<bean id="orderService" class="samples.DefaultOrderService"/>
547547
548-
<bean class="org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter">
548+
<bean class="org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter">
549549
<constructor-arg ref="marshaller"/>
550550
</bean>
551551
@@ -562,7 +562,7 @@ public class AnnotationOrderEndpoint {
562562
563563
</beans>]]></programlisting>
564564
<para>
565-
The <classname>MarshallingMethodEndpointAdapter</classname> converts the incoming
565+
The <classname>GenericMarshallingMethodEndpointAdapter</classname> converts the incoming
566566
XML messages to marshalled objects used as parameters and return value; the
567567
<classname>PayloadRootAnnotationMethodEndpointMapping</classname> is the mapping that detects and
568568
handles the <interfacename>@PayloadRoot</interfacename> annotations.

0 commit comments

Comments
 (0)