jSessionIdExtractor
Description
The jSessionIdExtractor extracts the JSESSIONID from a message and provides it to the {@link Balancer}.
Can be used in
spring:beans, balancer and bean
Syntax
<jSessionIdExtractor />
Listing 1: jSessionIdExtractor Syntax
Sample
<serviceProxy port="2000"> <balancer> <jSessionIdExtractor /> </balancer> </serviceProxy>
Listing 2: jSessionIdExtractor Example