org.jboss.invocation
Interface InterceptorFactoryContext
- All Known Implementing Classes:
- SimpleInterceptorFactoryContext
public interface InterceptorFactoryContext
Contextual information for an interceptor factory, used when interceptors are created.
Use to store state about previously-constructed interceptors, for example.
- Author:
- David M. Lloyd
getContextData
Map<Object,Object> getContextData()
- Get the context data for this interceptor factory execution.
- Returns:
- the context data
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.