|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.message.MessageProperties
public final class MessageProperties
Jersey configuration properties for message & entity processing.
| Field Summary | |
|---|---|
static java.lang.String |
IO_BUFFER_SIZE
Value of the property indicates the buffer size to be used for I/O operations on byte and character streams. |
static int |
IO_DEFAULT_BUFFER_SIZE
The default buffer size (8192) for I/O operations on byte and character streams. |
static java.lang.String |
JAXB_PROCESS_XML_ROOT_ELEMENT
If set to true then XML root element tag name for collections will
be derived from @XmlRootElement
annotation value and won't be de-capitalized. |
static java.lang.String |
XML_FORMAT_OUTPUT
If set to true indicates that produced XML output should be formatted
if possible (see below). |
static java.lang.String |
XML_SECURITY_DISABLE
If set to true XML security features when parsing XML documents will be
disabled. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JAXB_PROCESS_XML_ROOT_ELEMENT
true then XML root element tag name for collections will
be derived from @XmlRootElement
annotation value and won't be de-capitalized.
The default value is false.
The name of the configuration property is "jersey.config.jaxb.collections.processXmlRootElement".
public static final java.lang.String XML_SECURITY_DISABLE
true XML security features when parsing XML documents will be
disabled.
The default value is false.
The name of the configuration property is "jersey.config.xml.security.disable".
public static final java.lang.String XML_FORMAT_OUTPUT
true indicates that produced XML output should be formatted
if possible (see below).
A XML message entity written by a MessageBodyWriter
may be formatted for the purposes of human readability provided the respective
MessageBodyWriter supports XML output formatting. All JAXB-based message
body writers support this property.
The default value is false.
The name of the configuration property is "jersey.config.xml.formatOutput".
public static final java.lang.String IO_BUFFER_SIZE
8192.
The name of the configuration property is "jersey.config.io.bufferSize".
public static final int IO_DEFAULT_BUFFER_SIZE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||