Versions Compared

Key

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

...

If an interceptor has been specified, but the user has not passed the caller context through the proxy, it will be created dynamically.

Deployment

The service interceptor is bound to the service during deployment.

One service can have several interceptors. They are defined using the service configuration and deployed with the service.

Interceptor is located and executed where the service is implemented (for Java service - on Java side, for .NET-service on .NET side without any additional serialization).

To add/remove interceptor - service should be redeployed.

Resource injection and lifecycle

...