Uses of Class
org.distributeme.core.AbstractCallContext
Packages that use AbstractCallContext
Package
Description
Support for client and server side interceptors of calls.
-
Uses of AbstractCallContext in org.distributeme.core
Subclasses of AbstractCallContext in org.distributeme.coreModifier and TypeClassDescriptionclassThis class represents a collection of infos available on the client side in the stub and stub-related code.classContains all required infromation in the context of the current call on the server side. -
Uses of AbstractCallContext in org.distributeme.core.interceptor
Methods in org.distributeme.core.interceptor with parameters of type AbstractCallContextModifier and TypeMethodDescriptionprotected abstract InterceptorResponseSinglePhaseInterceptor.processPhase(AbstractCallContext callContext, InterceptionContext iContext) processPhase.