| Package | Description |
|---|---|
| com.sun.jersey.core.provider.jaxb |
Provides support for JAXB-related message body readers and writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJAXBElementProvider
An abstract provider for
JAXBElement. |
class |
AbstractListElementProvider
An abstract provider for
T[], Collection<T>,
and its subtypes as long as they have the public default constructor or
are interfaces implemented by one the following classes:
ArrayList
LinkedList
HashSet
TreeSet
Stack
T must be a JAXB type annotated with
XmlRootElement. |
class |
AbstractRootElementProvider
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType. |
Copyright © 2016 Oracle Corporation. All Rights Reserved.