JBoss.org Community Documentation
Custom interceptors to add specific aspects or features can be written by extending
Interceptor
and overriding
invoke()
. The custom interceptor will need to be added to the interceptor chain by using the
CacheSPI.addInterceptor()
method.
Adding custom interceptors via XML is not supported at this time.