Apache CXF API

org.apache.cxf.jaxrs.impl.tl
Class ThreadLocalInvocationHandler<T>

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy<T>
      extended by org.apache.cxf.jaxrs.impl.tl.ThreadLocalInvocationHandler<T>
All Implemented Interfaces:
InvocationHandler, ThreadLocalProxy<T>

public class ThreadLocalInvocationHandler<T>
extends AbstractThreadLocalProxy<T>
implements InvocationHandler


Constructor Summary
ThreadLocalInvocationHandler()
           
 
Method Summary
 Object invoke(Object proxy, Method m, Object[] args)
           
 
Methods inherited from class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalInvocationHandler

public ThreadLocalInvocationHandler()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method m,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Apache CXF API

Apache CXF