Class ReaderInterceptorMBR

java.lang.Object
org.apache.cxf.jaxrs.impl.ReaderInterceptorMBR
All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor

public class ReaderInterceptorMBR extends Object implements jakarta.ws.rs.ext.ReaderInterceptor
  • Constructor Details

    • ReaderInterceptorMBR

      public ReaderInterceptorMBR(jakarta.ws.rs.ext.MessageBodyReader<?> reader, org.apache.cxf.message.Message m)
  • Method Details

    • getMBR

      public jakarta.ws.rs.ext.MessageBodyReader<?> getMBR()
    • aroundReadFrom

      public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext c) throws IOException, jakarta.ws.rs.WebApplicationException
      Specified by:
      aroundReadFrom in interface jakarta.ws.rs.ext.ReaderInterceptor
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException