Apache CXF API

org.apache.cxf.jaxrs.impl
Class AbstractInterceptorContextImpl

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
      extended by org.apache.cxf.jaxrs.impl.AbstractInterceptorContextImpl
Direct Known Subclasses:
ReaderInterceptorContextImpl, WriterInterceptorContextImpl

public class AbstractInterceptorContextImpl
extends AbstractPropertiesImpl


Field Summary
 
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
m
 
Constructor Summary
AbstractInterceptorContextImpl(Class<?> cls, Type type, Annotation[] anns, Message message)
           
 
Method Summary
 Annotation[] getAnnotations()
           
 Type getGenericType()
           
 Class<?> getType()
           
protected  void providerSelectionPropertyChanged()
           
 void setAnnotations(Annotation[] annotations)
           
 void setGenericType(Type genType)
           
 void setType(Class<?> ctype)
           
 
Methods inherited from class org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
getProperty, getPropertyNames, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInterceptorContextImpl

public AbstractInterceptorContextImpl(Class<?> cls,
                                      Type type,
                                      Annotation[] anns,
                                      Message message)
Method Detail

getType

public Class<?> getType()

getAnnotations

public Annotation[] getAnnotations()

getGenericType

public Type getGenericType()

setAnnotations

public void setAnnotations(Annotation[] annotations)

setGenericType

public void setGenericType(Type genType)

setType

public void setType(Class<?> ctype)

providerSelectionPropertyChanged

protected void providerSelectionPropertyChanged()

Apache CXF API

Apache CXF