Invocation API 1.1.0.Final

org.jboss.invocation
Class SimpleInterceptorFactoryContext

java.lang.Object
  extended by org.jboss.invocation.SimpleInterceptorFactoryContext
All Implemented Interfaces:
InterceptorFactoryContext

public final class SimpleInterceptorFactoryContext
extends Object
implements InterceptorFactoryContext

A simple implementation of InterceptorFactoryContext.

Author:
David M. Lloyd

Constructor Summary
SimpleInterceptorFactoryContext()
           
 
Method Summary
 Map<Object,Object> getContextData()
          Get the context data for this interceptor factory execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInterceptorFactoryContext

public SimpleInterceptorFactoryContext()
Method Detail

getContextData

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

Specified by:
getContextData in interface InterceptorFactoryContext
Returns:
the context data

Invocation API 1.1.0.Final

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