public abstract class ServiceUnavailableInterceptor extends AbstractClientSideRequestInterceptor
Constructor and Description |
---|
ServiceUnavailableInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
abortCall(ClientSideCallContext context)
Returns true if current call should be aborted.
|
InterceptorResponse |
beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called after client side processing but before the actual call is performed.
|
afterServiceCall
public InterceptorResponse beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext)
ClientSideRequestInterceptor
beforeServiceCall
in interface ClientSideRequestInterceptor
beforeServiceCall
in class AbstractClientSideRequestInterceptor
protected abstract boolean abortCall(ClientSideCallContext context)
context
- Copyright © 2010-2014 anotheria.net. All Rights Reserved.