Interface InterceptorHandler
-
- All Known Subinterfaces:
HostedServiceProxy,HostingServiceProxy,NotificationSink,NotificationSource,RequestResponseClient,RequestResponseServer
- All Known Implementing Classes:
HostedServiceProxyImpl,HostingServiceProxyImpl,NotificationSinkImpl,NotificationSourceImpl,RequestResponseClientImpl,RequestResponseServerHttpHandler,RequestResponseServerImpl
public interface InterceptorHandlerInterface to register or update interceptor objects for message interception chains.- See Also:
MessageInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(Interceptor interceptor)Registers a callback object.
-
-
-
Method Detail
-
register
void register(Interceptor interceptor)
Registers a callback object.- Parameters:
interceptor- an object that possessesMessageInterceptorannotated methods.- See Also:
MessageInterceptor
-
-