org.apache.cxf.jaxrs.impl.tl
Class ThreadLocalInvocationHandler<T>
java.lang.Object
org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy<T>
org.apache.cxf.jaxrs.impl.tl.ThreadLocalInvocationHandler<T>
- All Implemented Interfaces:
- InvocationHandler, ThreadLocalProxy<T>
public class ThreadLocalInvocationHandler<T>
- extends AbstractThreadLocalProxy<T>
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalInvocationHandler
public ThreadLocalInvocationHandler()
invoke
public Object invoke(Object proxy,
Method m,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Apache CXF