Class WriterInterceptorRegistry.WriterInterceptorFacade

java.lang.Object
org.jboss.resteasy.core.interception.WriterInterceptorRegistry.WriterInterceptorFacade
All Implemented Interfaces:
javax.ws.rs.ext.WriterInterceptor
Enclosing class:
WriterInterceptorRegistry

public static class WriterInterceptorRegistry.WriterInterceptorFacade extends Object implements javax.ws.rs.ext.WriterInterceptor
  • Field Details

  • Constructor Details

  • Method Details

    • getInterceptor

      public MessageBodyWriterInterceptor getInterceptor()
    • aroundWriteTo

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