Invocation API 1.1.0.Final

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

Method Summary
 Map<Object,Object> getContextData()
          Get the context data for this interceptor factory execution.
 

Method Detail

getContextData

Map<Object,Object> getContextData()
Get the context data for this interceptor factory execution.

Returns:
the context data

Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.