Skip to content

Commit 32fe022

Browse files
committed
SWS-221
1 parent 82bf6ee commit 32fe022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docbkx/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,8 @@ public class AnnotationOrderEndpoint {
861861
<para>
862862
Here is an example that uses the <classname>PayloadValidatingInterceptor</classname>; in this
863863
example, we use the schema in <filename>/WEB-INF/orders.xsd</filename> to validate the response, but
864-
not the request.
864+
not the request. Note that the <classname>PayloadValidatingInterceptor</classname> can also accept
865+
multiple schemas using the <property>schemas</property> property.
865866
</para>
866867
<programlisting><![CDATA[<bean id="validatingInterceptor"
867868
class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">

0 commit comments

Comments
 (0)