switch
Description
Changes an exchange's target based on a series of XPath expressions.
Can be used in
spring:beans, api, bean, if, interceptor, internalProxy, proxy, registration, request, response, serviceProxy, soapProxy, stompProxy, swaggerProxy, transport and wsStompReassembler
Syntax
1 2 3 4 | < switch > < case >* </ switch > |
Listing 1: switch Syntax
Sample
1 2 3 4 5 6 7 8 | < serviceProxy port = "200" > < switch > </ switch > </ serviceProxy > |
Listing 2: switch Example
Child Elements
Position | Cardinality | Description | Element |
---|---|---|---|
1 | 1..* | Specifies a XPath expression and a target URL. | case |