Class ServiceUnavailableInterceptor

java.lang.Object
org.distributeme.core.interceptor.AbstractClientSideRequestInterceptor
org.distributeme.core.interceptor.availabilitytesting.ServiceUnavailableInterceptor
All Implemented Interfaces:
ClientSideRequestInterceptor
Direct Known Subclasses:
ServiceUnavailableByConfigurationInterceptor, ServiceUnavailableByPropertyInterceptor

public abstract class ServiceUnavailableInterceptor extends AbstractClientSideRequestInterceptor
Base interceptor class for service unavailable interceptors. This kind of interceptors throw a ServiceUnavailableException as if the service would be down.
Version:
$Id: $Id
Author:
lrosenberg