Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy<javax.ws.rs.ext.ContextResolver<T>>
      extended by org.apache.cxf.jaxrs.impl.tl.ThreadLocalContextResolver<T>
All Implemented Interfaces:
javax.ws.rs.ext.ContextResolver<T>, ThreadLocalProxy<javax.ws.rs.ext.ContextResolver<T>>

public class ThreadLocalContextResolver<T>
extends AbstractThreadLocalProxy<javax.ws.rs.ext.ContextResolver<T>>
implements javax.ws.rs.ext.ContextResolver<T>


Constructor Summary
ThreadLocalContextResolver()
           
 
Method Summary
 T getContext(Class<?> type)
           
 
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

ThreadLocalContextResolver

public ThreadLocalContextResolver()
Method Detail

getContext

public T getContext(Class<?> type)
Specified by:
getContext in interface javax.ws.rs.ext.ContextResolver<T>

Apache CXF API

Apache CXF