Package 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
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
m
-
-
Constructor Summary
Constructors Constructor Description AbstractInterceptorContextImpl(Class<?> cls, Type type, Annotation[] anns, Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotation[]getAnnotations()TypegetGenericType()Class<?>getType()protected voidproviderSelectionPropertyChanged()voidsetAnnotations(Annotation[] annotations)voidsetGenericType(Type genType)voidsetType(Class<?> ctype)-
Methods inherited from class org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
getMessage, getProperty, getPropertyNames, removeProperty, setProperty
-
-
-
-
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()
-
-