|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.LinkedList<MessageBodyWriterInterceptor> |
ClientInterceptorRepositoryImpl.getWriterInterceptorList()
|
java.util.LinkedList<MessageBodyWriterInterceptor> |
ClientInterceptorRepository.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(java.util.Collection<MessageBodyWriterInterceptor> writerInterceptorList)
|
Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.core |
---|
Fields in org.jboss.resteasy.core declared as MessageBodyWriterInterceptor | |
---|---|
protected MessageBodyWriterInterceptor[] |
ServerResponse.messageBodyWriterInterceptors
|
protected MessageBodyWriterInterceptor[] |
AbstractAsynchronousResponse.messageBodyWriterInterceptors
|
protected MessageBodyWriterInterceptor[] |
ResourceMethod.writerInterceptors
|
Methods in org.jboss.resteasy.core that return MessageBodyWriterInterceptor | |
---|---|
MessageBodyWriterInterceptor[] |
ServerResponse.getMessageBodyWriterInterceptors()
|
MessageBodyWriterInterceptor[] |
AbstractAsynchronousResponse.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 |
ServerResponse.setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors)
|
void |
AbstractAsynchronousResponse.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,
MessageBodyWriter writer,
java.lang.Object entity,
java.lang.Class type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<java.lang.String,java.lang.Object> headers,
java.io.OutputStream outputStream)
|
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.cache.server |
---|
Classes in org.jboss.resteasy.plugins.cache.server that implement MessageBodyWriterInterceptor | |
---|---|
class |
ServerCacheInterceptor
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |