Package org.distributeme.core.interceptor
package org.distributeme.core.interceptor
Support for client and server side interceptors of calls.
-
ClassDescriptionBase, doing nothing, implementation of the ServerSideRequestInterceptor meant for extension.Base class offered for extension which provides default implementations for all interception methods.Base, doing nothing, implementation of the ClientSideRequestInterceptor meant for extension.Describes the client side request interceptor.TODO comment this classThe interception context indicates current progress and phase of the interception and also allows to store some local information to this call.Describes various interception phases during a call.The registry for the interceptors.Internal configuration holder class.Returned by the interceptor as a result of call interception.The command.This interceptor describes an interface that is acting on the server side.This interceptor can be configured to use one or multiple phases, but doesn't need to support all phases.