Class AbstractFilterInterceptorTest.TestGlobalInterceptor

  • All Implemented Interfaces:
    javax.ws.rs.ext.ReaderInterceptor, javax.ws.rs.ext.WriterInterceptor
    Enclosing class:
    AbstractFilterInterceptorTest

    @Priority(4000)
    @Provider
    public static class AbstractFilterInterceptorTest.TestGlobalInterceptor
    extends java.lang.Object
    implements javax.ws.rs.ext.ReaderInterceptor, javax.ws.rs.ext.WriterInterceptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object aroundReadFrom​(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorCtx)  
      void aroundWriteTo​(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorCtx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestGlobalInterceptor

        public TestGlobalInterceptor()
    • Method Detail

      • aroundReadFrom

        public java.lang.Object aroundReadFrom​(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorCtx)
                                        throws java.io.IOException
        Specified by:
        aroundReadFrom in interface javax.ws.rs.ext.ReaderInterceptor
        Throws:
        java.io.IOException
      • aroundWriteTo

        public void aroundWriteTo​(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorCtx)
                           throws java.io.IOException
        Specified by:
        aroundWriteTo in interface javax.ws.rs.ext.WriterInterceptor
        Throws:
        java.io.IOException