Uses of Interface
javax.ws.rs.ext.WriterInterceptorContext

Packages that use WriterInterceptorContext
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Uses of WriterInterceptorContext in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext with parameters of type WriterInterceptorContext
 void WriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
          Interceptor method wrapping calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.