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
  • Constructor Details

    • AbstractInterceptorContextImpl

      public AbstractInterceptorContextImpl(Class<?> cls, Type type, Annotation[] anns, org.apache.cxf.message.Message message)
  • Method Details

    • 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()