public class ThreadLocalInvocationHandler<T> extends AbstractThreadLocalProxy<T> implements InvocationHandler
Constructor and Description |
---|
ThreadLocalInvocationHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method m,
Object[] args) |
get, remove, set
Apache CXF