org.apache.cxf.jaxrs.impl
Class AbstractInterceptorContextImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
org.apache.cxf.jaxrs.impl.AbstractInterceptorContextImpl
- Direct Known Subclasses:
- ReaderInterceptorContextImpl, WriterInterceptorContextImpl
public class AbstractInterceptorContextImpl
- extends AbstractPropertiesImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInterceptorContextImpl
public AbstractInterceptorContextImpl(Class<?> cls,
Type type,
Annotation[] anns,
Message message)
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