File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments