RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Interface
org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor

Packages that use MessageBodyWriterInterceptor
org.jboss.resteasy.client.core   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.messagebody   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.spi   
 

Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.client.core
 

Methods in org.jboss.resteasy.client.core that return MessageBodyWriterInterceptor
 MessageBodyWriterInterceptor[] ClientInterceptorRepositoryImpl.getWriterInterceptors()
           
 

Methods in org.jboss.resteasy.client.core that return types with arguments of type MessageBodyWriterInterceptor
 LinkedList<MessageBodyWriterInterceptor> ClientInterceptorRepository.getWriterInterceptorList()
           
 LinkedList<MessageBodyWriterInterceptor> ClientInterceptorRepositoryImpl.getWriterInterceptorList()
           
 

Methods in org.jboss.resteasy.client.core with parameters of type MessageBodyWriterInterceptor
 void ClientInterceptorRepositoryImpl.setWriterInterceptors(MessageBodyWriterInterceptor[] writerInterceptors)
           
 

Method parameters in org.jboss.resteasy.client.core with type arguments of type MessageBodyWriterInterceptor
 void ClientInterceptorRepositoryImpl.setWriterInterceptors(Collection<MessageBodyWriterInterceptor> writerInterceptorList)
           
 

Constructors in org.jboss.resteasy.client.core with parameters of type MessageBodyWriterInterceptor
ClientMessageBodyWriterContext(MessageBodyWriterInterceptor[] interceptors, javax.ws.rs.ext.MessageBodyWriter writer, Object entity, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream outputStream, Map<String,Object> attributes)
           
 

Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as MessageBodyWriterInterceptor
protected  MessageBodyWriterInterceptor[] AbstractAsynchronousResponse.messageBodyWriterInterceptors
           
protected  MessageBodyWriterInterceptor[] ServerResponse.messageBodyWriterInterceptors
           
protected  MessageBodyWriterInterceptor[] ResourceMethod.writerInterceptors
           
 

Methods in org.jboss.resteasy.core that return MessageBodyWriterInterceptor
 MessageBodyWriterInterceptor[] AbstractAsynchronousResponse.getMessageBodyWriterInterceptors()
           
 MessageBodyWriterInterceptor[] ServerResponse.getMessageBodyWriterInterceptors()
           
 

Methods in org.jboss.resteasy.core that return types with arguments of type MessageBodyWriterInterceptor
 InterceptorRegistry<MessageBodyWriterInterceptor> ThreadLocalResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyWriterInterceptor> ThreadLocalResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry()
           
 

Methods in org.jboss.resteasy.core with parameters of type MessageBodyWriterInterceptor
 void AbstractAsynchronousResponse.setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors)
           
 void ServerResponse.setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors)
           
 

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

Fields in org.jboss.resteasy.core.interception declared as MessageBodyWriterInterceptor
protected  MessageBodyWriterInterceptor[] MessageBodyWriterContextImpl.interceptors
           
 

Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptor
MessageBodyWriterContextImpl(MessageBodyWriterInterceptor[] interceptors, javax.ws.rs.ext.MessageBodyWriter writer, Object entity, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream outputStream)
           
ServerMessageBodyWriterContext(MessageBodyWriterInterceptor[] interceptors, javax.ws.rs.ext.MessageBodyWriter writer, Object entity, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream outputStream, HttpRequest request)
           
 

Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.core.messagebody
 

Constructors in org.jboss.resteasy.core.messagebody with parameters of type MessageBodyWriterInterceptor
WriterUtility(ResteasyProviderFactory factory, MessageBodyWriterInterceptor[] interceptors)
           
 

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

Classes in org.jboss.resteasy.plugins.interceptors.encoding that implement MessageBodyWriterInterceptor
 class ClientContentEncodingHeaderInterceptor
           
 class ContentEncodingHeaderInterceptor
          Sets the content-encoding header based on applied @ContentEncoding meta-annotation
 class GZIPEncodingInterceptor
           
 class ServerContentEncodingHeaderInterceptor
           
 

Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type MessageBodyWriterInterceptor
protected  InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.clientMessageBodyWriterInterceptorRegistry
           
protected  InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.serverMessageBodyWriterInterceptorRegistry
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type MessageBodyWriterInterceptor
 InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry()
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.