public class AbstractServerSideRequestInterceptor extends Object implements ServerSideRequestInterceptor
Constructor and Description |
---|
AbstractServerSideRequestInterceptor() |
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
afterServantCall(ServerSideCallContext context,
InterceptionContext iContext)
Called after the service actually processed the request.
|
InterceptorResponse |
beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext)
Called before any real processing happens on the server side.
|
public AbstractServerSideRequestInterceptor()
public InterceptorResponse beforeServantCall(ServerSideCallContext context, InterceptionContext iContext)
ServerSideRequestInterceptor
beforeServantCall
in interface ServerSideRequestInterceptor
public InterceptorResponse afterServantCall(ServerSideCallContext context, InterceptionContext iContext)
ServerSideRequestInterceptor
afterServantCall
in interface ServerSideRequestInterceptor
Copyright © 2010-2014 anotheria.net. All Rights Reserved.