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. 
org.jboss.resteasy.core.interception   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.security.doseta   
 

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).
 

Uses of WriterInterceptorContext in org.jboss.resteasy.core.interception
 

Classes in org.jboss.resteasy.core.interception that implement WriterInterceptorContext
 class AbstractWriterInterceptorContext
           
 class ClientWriterInterceptorContext
           
 class ServerWriterInterceptorContext
           
 

Methods in org.jboss.resteasy.core.interception with parameters of type WriterInterceptorContext
 void WriterInterceptorRegistry.WriterInterceptorFacade.aroundWriteTo(WriterInterceptorContext writerInterceptorContext)
           
 

Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.cache.server
 

Methods in org.jboss.resteasy.plugins.cache.server with parameters of type WriterInterceptorContext
 void ServerCacheInterceptor.aroundWriteTo(WriterInterceptorContext context)
           
 

Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.interceptors.encoding
 

Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type WriterInterceptorContext
 void ServerContentEncodingAnnotationFilter.aroundWriteTo(WriterInterceptorContext context)
           
 void GZIPEncodingInterceptor.aroundWriteTo(WriterInterceptorContext context)
           
 void ClientContentEncodingAnnotationFilter.aroundWriteTo(WriterInterceptorContext context)
           
 

Uses of WriterInterceptorContext in org.jboss.resteasy.security.doseta
 

Methods in org.jboss.resteasy.security.doseta with parameters of type WriterInterceptorContext
 void DigitalSigningInterceptor.aroundWriteTo(WriterInterceptorContext context)
           
 



Copyright © 2012. All Rights Reserved.