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 TypeMethodDescriptionvoidregister(Interceptor interceptor) Registers a callback object.
-
Method Details
-
register
Registers a callback object.- Parameters:
interceptor- an object that possessesMessageInterceptorannotated methods.- See Also:
-