Uses of Package
org.apache.juneau.xml
Packages that use org.apache.juneau.xml
Package
Description
-
Classes in org.apache.juneau.xml used by org.apache.juneau.htmlClassDescriptionRepresents a simple namespace mapping between a simple name and URI.Parses text generated by the
XmlSerializer
class back into a POJO model.Builder class.Session object that lives for the duration of a single use ofXmlParser
.Builder class.Wrapper class around aXMLStreamReader
.Serializes POJO models to XML.Builder class.Session object that lives for the duration of a single use ofXmlSerializer
.Builder class.Identifies what the contents were of a serialized bean.Specialized writer for serializing XML. -
Classes in org.apache.juneau.xml used by org.apache.juneau.marshallerClassDescriptionParses text generated by the
XmlSerializer
class back into a POJO model.Serializes POJO models to XML. -
Classes in org.apache.juneau.xml used by org.apache.juneau.soapClassDescriptionRepresents a simple namespace mapping between a simple name and URI.Serializes POJO models to XML.Builder class.Session object that lives for the duration of a single use of
XmlSerializer
.Builder class. -
Classes in org.apache.juneau.xml used by org.apache.juneau.xmlClassDescriptionRepresents a simple namespace mapping between a simple name and URI.Metadata on beans specific to the XML serializers and parsers pulled from the
@Xml
annotation on the class.Metadata on bean properties specific to the XML serializers and parsers pulled from the@Xml
annotation on the bean property.Metadata on classes specific to the XML serializers and parsers pulled from the@Xml
annotation on the class.Serializes POJOs to HTTP responses as XML.Session object that lives for the duration of a single use ofXmlDocSerializer
.Builder class.XMLEventAllocator
base class.Parses text generated by theXmlSerializer
class back into a POJO model.Builder class.Session object that lives for the duration of a single use ofXmlParser
.Builder class.Wrapper class around aXMLStreamReader
.XMLReporter
base class.XMLResolver
base class.Serializes POJO models to XML.Builder class.Session object that lives for the duration of a single use ofXmlSerializer
.Builder class.Identifies what the contents were of a serialized bean.Specialized writer for serializing XML. -
Classes in org.apache.juneau.xml used by org.apache.juneau.xml.annotation