public class ThreadLocalInvocationHandler<T> extends AbstractThreadLocalProxy<T> implements InvocationHandler
ThreadLocalInvocationHandler()
Object
invoke(Object proxy, Method m, Object[] args)
get, remove, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalInvocationHandler()
public Object invoke(Object proxy, Method m, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Apache CXF