|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractJaxbProvider | |
|---|---|
| org.glassfish.jersey.message.internal | Common Jersey internal messaging classes. |
| Uses of AbstractJaxbProvider in org.glassfish.jersey.message.internal |
|---|
| Subclasses of AbstractJaxbProvider in org.glassfish.jersey.message.internal | |
|---|---|
class |
AbstractCollectionJaxbProvider
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 |
AbstractJaxbElementProvider
An abstract provider for JAXBElement. |
class |
AbstractRootElementJaxbProvider
An abstract provider for JAXB types that are annotated with XmlRootElement or XmlType. |
class |
XmlCollectionJaxbProvider
Base XML-based message body provider for collections of JAXB beans. |
static class |
XmlCollectionJaxbProvider.App
JAXB provider for marshalling/un-marshalling collections from/to entities of application/xml media type. |
static class |
XmlCollectionJaxbProvider.General
JAXB provider for marshalling/un-marshalling collections from/to entities of <type>/<sub-type>+xml media types. |
static class |
XmlCollectionJaxbProvider.Text
JAXB provider for marshalling/un-marshalling collections from/to entities of text/xml media type. |
class |
XmlJaxbElementProvider
Base XML-based message body provider for JAXB element instances. |
static class |
XmlJaxbElementProvider.App
Provider for marshalling/un-marshalling JAXB elements
from/to entities of application/xml media type. |
static class |
XmlJaxbElementProvider.General
Provider for marshalling/un-marshalling JAXB elements
from/to entities of <type>/<sub-type>+xml media types. |
static class |
XmlJaxbElementProvider.Text
Provider for marshalling/un-marshalling JAXB elements
from/to entities of text/xml media type. |
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. |
class |
XmlRootObjectJaxbProvider
Base XML-based message body reader for JAXB beans. |
static class |
XmlRootObjectJaxbProvider.App
Provider for un-marshalling entities of application/xml media type
into JAXB beans using JAXB unmarshaller. |
static class |
XmlRootObjectJaxbProvider.General
Provider for un-marshalling entities of <type>/<sub-type>+xml media types
into JAXB beans using JAXB unmarshaller. |
static class |
XmlRootObjectJaxbProvider.Text
Provider for un-marshalling entities of text/xml media type
into JAXB beans using JAXB unmarshaller. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||