Class InterceptorRegistry
java.lang.Object
org.distributeme.core.interceptor.InterceptorRegistry
The registry for the interceptors.
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInternal configuration holder class. -
Method Summary
Modifier and TypeMethodDescriptiongetClientSideRequestInterceptors.static InterceptorRegistryReturns the singleton instances.getServerSideRequestInterceptors.
-
Method Details
-
getInstance
Returns the singleton instances.- Returns:
- a
InterceptorRegistryobject.
-
getClientSideRequestInterceptors
getClientSideRequestInterceptors.
- Returns:
- a
Listobject.
-
getServerSideRequestInterceptors
getServerSideRequestInterceptors.
- Returns:
- a
Listobject.
-