Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interceptor is located and executed where the service is implemented (for Java service - on Java side, for .NET-service on .NET side). Its execution should not cause additional serialization).

...

Invocation order

The interceptor Interceptor calls the delegated method call (or the next interceptor).

So , so the interceptor specified first in the configuration will process the result of the service execution last.

...