Package org.jboss.invocation
Interface InterceptorFactoryContext
-
- All Known Implementing Classes:
SimpleInterceptorFactoryContext
public interface InterceptorFactoryContextContextual information for an interceptor factory, used when interceptors are created. Use to store state about previously-constructed interceptors, for example.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Object,Object>getContextData()Get the context data for this interceptor factory execution.
-