Interface InterceptorHandler

All Known Subinterfaces:
HostedServiceProxy, HostingServiceProxy, NotificationSink, NotificationSource, RequestResponseClient, RequestResponseServer
All Known Implementing Classes:
HostedServiceProxyImpl, HostingServiceProxyImpl, NotificationSinkImpl, NotificationSourceImpl, RequestResponseClientImpl, RequestResponseServerHttpHandler, RequestResponseServerImpl

public interface InterceptorHandler
Interface to register or update interceptor objects for message interception chains.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(Interceptor interceptor)
    Registers a callback object.