42.3. Interceptors on the Client Side

The interceptors can also be run on the client side to intercept packets sent by the server by adding the interceptor to the ClientSessionFactory with the addInterceptor() method.
The interceptors classes (and their dependencies) must be added to the client classpath to be properly instantiated and called from the client side.