Class AbstractReaderInterceptorContext

java.lang.Object
org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext
All Implemented Interfaces:
jakarta.ws.rs.ext.InterceptorContext, jakarta.ws.rs.ext.ReaderInterceptorContext
Direct Known Subclasses:
ClientReaderInterceptorContext, ServerReaderInterceptorContext

public abstract class AbstractReaderInterceptorContext extends Object implements jakarta.ws.rs.ext.ReaderInterceptorContext
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details Link icon

    • tracingLogger Link icon

      protected RESTEasyTracingLogger tracingLogger
    • interceptors Link icon

      protected jakarta.ws.rs.ext.ReaderInterceptor[] interceptors
    • providerFactory Link icon

      protected ResteasyProviderFactory providerFactory
    • type Link icon

      protected Class type
    • genericType Link icon

      protected Type genericType
    • annotations Link icon

      protected Annotation[] annotations
    • mediaType Link icon

      protected jakarta.ws.rs.core.MediaType mediaType
    • headers Link icon

      protected jakarta.ws.rs.core.MultivaluedMap<String,String> headers
    • inputStream Link icon

      protected InputStream inputStream
    • index Link icon

      protected int index
  • Constructor Details Link icon

  • Method Details Link icon

    • proceed Link icon

      public Object proceed() throws IOException
      Specified by:
      proceed in interface jakarta.ws.rs.ext.ReaderInterceptorContext
      Throws:
      IOException
    • readFrom Link icon

      protected Object readFrom(jakarta.ws.rs.ext.MessageBodyReader reader) throws IOException
      Throws:
      IOException
    • traceBefore Link icon

      protected final void traceBefore(jakarta.ws.rs.ext.ReaderInterceptor interceptor)
    • traceAfter Link icon

      protected final void traceAfter(jakarta.ws.rs.ext.ReaderInterceptor interceptor)
    • getReader Link icon

      protected jakarta.ws.rs.ext.MessageBodyReader getReader()
    • resolveReader Link icon

      protected abstract jakarta.ws.rs.ext.MessageBodyReader resolveReader(jakarta.ws.rs.core.MediaType mediaType)
    • throwReaderNotFound Link icon

      protected abstract void throwReaderNotFound()
    • getInputStream Link icon

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface jakarta.ws.rs.ext.ReaderInterceptorContext
    • setInputStream Link icon

      public void setInputStream(InputStream is)
      Specified by:
      setInputStream in interface jakarta.ws.rs.ext.ReaderInterceptorContext
    • getHeaders Link icon

      public jakarta.ws.rs.core.MultivaluedMap<String,String> getHeaders()
      Specified by:
      getHeaders in interface jakarta.ws.rs.ext.ReaderInterceptorContext
    • getAnnotations Link icon

      public Annotation[] getAnnotations()
      Specified by:
      getAnnotations in interface jakarta.ws.rs.ext.InterceptorContext
    • setAnnotations Link icon

      public void setAnnotations(Annotation[] annotations)
      Specified by:
      setAnnotations in interface jakarta.ws.rs.ext.InterceptorContext
    • getType Link icon

      public Class getType()
      Specified by:
      getType in interface jakarta.ws.rs.ext.InterceptorContext
    • setType Link icon

      public void setType(Class type)
      Specified by:
      setType in interface jakarta.ws.rs.ext.InterceptorContext
    • getGenericType Link icon

      public Type getGenericType()
      Specified by:
      getGenericType in interface jakarta.ws.rs.ext.InterceptorContext
    • setGenericType Link icon

      public void setGenericType(Type genericType)
      Specified by:
      setGenericType in interface jakarta.ws.rs.ext.InterceptorContext
    • getMediaType Link icon

      public jakarta.ws.rs.core.MediaType getMediaType()
      Specified by:
      getMediaType in interface jakarta.ws.rs.ext.InterceptorContext
    • setMediaType Link icon

      public void setMediaType(jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      setMediaType in interface jakarta.ws.rs.ext.InterceptorContext
    • getProcessedInterceptorCount Link icon

      public Object getProcessedInterceptorCount()