INT-2882 Upgrade DocBook Reference Plugin to 0.2.6
For reference see: https://jira.springsource.org/browse/INT-2882 * Verify spacing * Ensure all source code samples are typed: e.g. <programlisting language="xml"> * Ensure source code fits space in PDF format
This commit is contained in:
committed by
Gary Russell
parent
35365990f9
commit
06831b9e22
@@ -136,9 +136,9 @@ as per standard Spring Web Services configuration.
|
||||
For URIs with an <emphasis>http:</emphasis> (or <emphasis>https:</emphasis>) scheme,
|
||||
<uri-variable/> substitution is supported:
|
||||
</para>
|
||||
<programlisting><![CDATA[<ws:outbound-gateway id="gateway" request-channel="input" uri="http://springsource.org/{foo}-{bar}">
|
||||
<ws:uri-variable name="foo" expression="payload.substring(1,7)"/>
|
||||
<ws:uri-variable name="bar" expression="headers.x"/>
|
||||
<programlisting language="xml"><![CDATA[<ws:outbound-gateway id="gateway" request-channel="input" uri="http://springsource.org/{foo}-{bar}">
|
||||
<ws:uri-variable name="foo" expression="payload.substring(1,7)"/>
|
||||
<ws:uri-variable name="bar" expression="headers.x"/>
|
||||
</ws:outbound-gateway>]]></programlisting>
|
||||
<para>
|
||||
For other schemes, such as <emphasis>jms:</emphasis>, or if a <classname>DestinationProvider</classname>
|
||||
|
||||
Reference in New Issue
Block a user