| Class | Description |
|---|---|
| Namespace |
Represents a simple namespace mapping between a simple name and URI.
|
| XmlBeanMeta |
Metadata on beans specific to the XML serializers and parsers pulled from the
@Xml annotation on the
class. |
| XmlBeanPropertyMeta |
Metadata on bean properties specific to the XML serializers and parsers pulled from the
@Xml annotation
on the bean property. |
| XmlClassMeta |
Metadata on classes specific to the XML serializers and parsers pulled from the
@Xml annotation on the
class. |
| XmlDocSerializer |
Serializes POJOs to HTTP responses as XML.
|
| XmlDocSerializer.Ns |
Default serializer without namespaces.
|
| XmlDocSerializerSession |
Session object that lives for the duration of a single use of
XmlDocSerializer. |
| XmlEventAllocator |
XMLEventAllocator base class. |
| XmlParser |
Parses text generated by the
XmlSerializer class back into a POJO model. |
| XmlParserBuilder |
Builder class for building XML parsers.
|
| XmlParserSession |
Session object that lives for the duration of a single use of
XmlParser. |
| XmlReader |
Wrapper class around a
XMLStreamReader. |
| XmlReporter |
XMLReporter base class. |
| XmlResolver |
XMLResolver base class. |
| XmlSerializer |
Serializes POJO models to XML.
|
| XmlSerializer.Ns |
Default serializer without namespaces.
|
| XmlSerializer.NsSq |
Default serializer without namespaces, single quotes.
|
| XmlSerializer.NsSqReadable |
Default serializer without namespaces, single quotes, with whitespace.
|
| XmlSerializer.Sq |
Default serializer, single quotes.
|
| XmlSerializer.SqReadable |
Default serializer, single quotes, whitespace added.
|
| XmlSerializerBuilder |
Builder class for building instances of XML serializers.
|
| XmlSerializerSession |
Session object that lives for the duration of a single use of
XmlSerializer. |
| XmlUtils |
XML utility methods.
|
| XmlWriter |
Specialized writer for serializing XML.
|
| Enum | Description |
|---|---|
| XmlSerializerSession.ContentResult |
Identifies what the contents were of a serialized bean.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.