Interface | Description |
---|---|
AbstractCollectionJaxbProvider.JaxbTypeChecker |
This is to allow customized JAXB collections checking.
|
Class | Description |
---|---|
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 . |
AbstractJaxbElementProvider |
An abstract provider for
JAXBElement . |
AbstractJaxbProvider<T> |
A base class for implementing JAXB-based readers and writers.
|
AbstractRootElementJaxbProvider |
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType . |
DocumentBuilderFactoryInjectionProvider |
Thread-scoped injection provider of
document
builder factories . |
DocumentProvider |
Provider for marshalling/un-marshalling
XML document instances. |
JaxbAutoDiscoverable |
JAXB
ForcedAutoDiscoverable that registers all necessary JAXB features
into the injection manager directly. |
JaxbMessagingBinder |
Binder for JAX-B message body workers.
|
JaxbParamConverterBinder |
Binder for JAXB parameter converter.
|
JaxbStringReaderProvider |
String reader provider producing
param converter provider that
support conversion of a string value into a JAXB instance. |
JaxbStringReaderProvider.RootElementProvider |
Root element JAXB
param converter . |
LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
SaxParserFactoryInjectionProvider |
Thread-scoped injection provider of
SAX parser factories . |
SecureSaxParserFactory |
Secure SAX parser factory wrapper.
|
TransformerFactoryInjectionProvider |
Thread-scoped injection provider of
transformer factories . |
XmlCollectionJaxbProvider |
Base XML-based message body provider for collections of JAXB beans.
|
XmlCollectionJaxbProvider.App |
JAXB provider for marshalling/un-marshalling collections
from/to entities of
application/xml media type. |
XmlCollectionJaxbProvider.General |
JAXB provider for marshalling/un-marshalling collections
from/to entities of
<type>/<sub-type>+xml media types. |
XmlCollectionJaxbProvider.Text |
JAXB provider for marshalling/un-marshalling collections
from/to entities of
text/xml media type. |
XmlInputFactoryInjectionProvider |
Thread-scoped injection provider of
transformer factories . |
XmlJaxbElementProvider |
Base XML-based message body provider for
JAXB element instances. |
XmlJaxbElementProvider.App |
Provider for marshalling/un-marshalling
JAXB elements
from/to entities of application/xml media type. |
XmlJaxbElementProvider.General |
Provider for marshalling/un-marshalling
JAXB elements
from/to entities of <type>/<sub-type>+xml media types. |
XmlJaxbElementProvider.Text |
Provider for marshalling/un-marshalling
JAXB elements
from/to entities of text/xml media type. |
XmlRootElementJaxbProvider |
Base XML-based message body provider for JAXB
root elements
and types . |
XmlRootElementJaxbProvider.App |
Provider for marshalling/un-marshalling JAXB
root element
and type instances from/to entities of application/xml
media type. |
XmlRootElementJaxbProvider.General |
Provider for marshalling/un-marshalling JAXB
root element
and type instances from/to entities of <type>/<sub-type>+xml
media types. |
XmlRootElementJaxbProvider.Text |
Provider for marshalling/un-marshalling JAXB
root element
and type instances from/to entities of text/xml
media type. |
XmlRootObjectJaxbProvider |
Base XML-based message body reader for JAXB beans.
|
XmlRootObjectJaxbProvider.App |
Provider for un-marshalling entities of
application/xml media type
into JAXB beans using JAXB unmarshaller . |
XmlRootObjectJaxbProvider.General |
Provider for un-marshalling entities of
<type>/<sub-type>+xml media types
into JAXB beans using JAXB unmarshaller . |
XmlRootObjectJaxbProvider.Text |
Provider for un-marshalling entities of
text/xml media type
into JAXB beans using JAXB unmarshaller . |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.