Class WriterInterceptorMBW

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

public class WriterInterceptorMBW extends Object implements jakarta.ws.rs.ext.WriterInterceptor
  • Constructor Details

    • WriterInterceptorMBW

      public WriterInterceptorMBW(jakarta.ws.rs.ext.MessageBodyWriter<Object> writer, org.apache.cxf.message.Message m)
  • Method Details

    • getMBW

      public jakarta.ws.rs.ext.MessageBodyWriter<Object> getMBW()
    • aroundWriteTo

      public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext c) throws IOException, jakarta.ws.rs.WebApplicationException
      Specified by:
      aroundWriteTo in interface jakarta.ws.rs.ext.WriterInterceptor
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException