public abstract class AbstractRequestInterceptor extends Object implements ClientSideRequestInterceptor, ServerSideRequestInterceptor
Constructor and Description |
---|
AbstractRequestInterceptor() |
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
afterServantCall(ServerSideCallContext context,
InterceptionContext iContext)
Called after the service actually processed the request.
|
InterceptorResponse |
afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called immediately after service call, but before anything is returned to the caller.
|
InterceptorResponse |
beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext)
Called before any real processing happens on the server side.
|
InterceptorResponse |
beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called after client side processing but before the actual call is performed.
|
public InterceptorResponse beforeServantCall(ServerSideCallContext context, InterceptionContext iContext)
ServerSideRequestInterceptor
beforeServantCall
in interface ServerSideRequestInterceptor
public InterceptorResponse afterServantCall(ServerSideCallContext context, InterceptionContext iContext)
ServerSideRequestInterceptor
afterServantCall
in interface ServerSideRequestInterceptor
public InterceptorResponse beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext)
ClientSideRequestInterceptor
beforeServiceCall
in interface ClientSideRequestInterceptor
public InterceptorResponse afterServiceCall(ClientSideCallContext context, InterceptionContext iContext)
ClientSideRequestInterceptor
afterServiceCall
in interface ClientSideRequestInterceptor
Copyright © 2010-2014 anotheria.net. All Rights Reserved.