Class StatefulInstanceResolver<T>

All Implemented Interfaces:
StatefulWebServiceManager<T>

public final class StatefulInstanceResolver<T> extends AbstractMultiInstanceResolver<T> implements StatefulWebServiceManager<T>
InstanceResolver that looks at JAX-WS cookie header to determine the instance to which a message will be routed.

See StatefulWebServiceManager for more about user-level semantics.

Author:
Kohsuke Kawaguchi, Jitendra Kotamraju (added high availability)