Package | Description |
---|---|
org.glassfish.jersey.jaxb.internal | |
org.glassfish.jersey.jettison.internal.entity |
Jersey JSON Jettison provider internal message entity processing utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRootElementJaxbProvider
Base XML-based message body provider for JAXB
root elements
and types . |
static class |
XmlRootElementJaxbProvider.App
Provider for marshalling/un-marshalling JAXB
root element
and type instances from/to entities of application/xml
media type. |
static class |
XmlRootElementJaxbProvider.General
Provider for marshalling/un-marshalling JAXB
root element
and type instances from/to entities of <type>/<sub-type>+xml
media types. |
static class |
XmlRootElementJaxbProvider.Text
Provider for marshalling/un-marshalling JAXB
root element
and type instances from/to entities of text/xml
media type. |
Modifier and Type | Class and Description |
---|---|
class |
JettisonRootElementProvider
JSON message entity media type provider (reader & writer) for JAXB types that
are annotated with
@XmlRootElement
or @XmlType . |
static class |
JettisonRootElementProvider.App |
static class |
JettisonRootElementProvider.General |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.