| Package | Description |
|---|---|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBodyFactory
A factory for managing
MessageBodyReader, MessageBodyWriter, ReaderInterceptor
and WriterInterceptor instances. |
| Modifier and Type | Method and Description |
|---|---|
MessageBodyWorkers |
InboundMessageContext.getWorkers()
Get context message body workers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InboundMessageContext.setWorkers(MessageBodyWorkers workers)
Set context message body workers.
|
| Constructor and Description |
|---|
ReaderInterceptorExecutor(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
PropertiesDelegate propertiesDelegate,
InputStream inputStream,
MessageBodyWorkers workers,
boolean intercept)
Constructs a new executor to read given type from provided
entityStream. |
WriterInterceptorExecutor(Object entity,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
MessageBodyWorkers workers,
MessageBodyWorkers.MessageBodySizeCallback sizeCallback,
boolean intercept,
boolean writeEntity)
Constructs a new executor to write given type to provided
entityStream. |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.