public interface ClientSideRequestInterceptor
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called immediately after service call, but before anything is returned to the caller.
|
InterceptorResponse |
beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called after client side processing but before the actual call is performed.
|
InterceptorResponse beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext)
InterceptorResponse afterServiceCall(ClientSideCallContext context, InterceptionContext iContext)
context
- returnValue
- Copyright © 2010-2014 anotheria.net. All Rights Reserved.