public interface ServerSideRequestInterceptor
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.
|
InterceptorResponse beforeServantCall(ServerSideCallContext context, InterceptionContext iContext)
context
- InterceptorResponse afterServantCall(ServerSideCallContext context, InterceptionContext iContext)
context
- Copyright © 2010-2014 anotheria.net. All Rights Reserved.