jSessionIdExtractor

The jSessionIdExtractor extracts the JSESSIONID from a message and provides it to the {@link Balancer}.

Can be used in:

balancer and bean

Syntax

<jSessionIdExtractor />

Sample

<serviceProxy port="2000">
  <balancer>
    <jSessionIdExtractor />
  </balancer>
</serviceProxy>