| Interface | Description |
|---|---|
| XmlMetadataAnnotations |
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
|
| XmlMetadataAnnotationsFactory |
Factory object to get a fresh instance of a
XmlMetadataAnnotations. |
| Class | Description |
|---|---|
| DefaultXmlGathererErrorHandlerFactory |
Default implementation of
XmlGathererErrorHandlerFactory which will return the DefaultXmlLoggerErrorHandler
instance that registers all errors when ErrorHandler.error(SAXParseException) is called, to then return the complete
gathered list of exceptions through XmlGathererErrorHandler.getErrors() method. |
| DefaultXmlLoggerErrorHandler |
Default implementation of
XmlGathererErrorHandler which collects all errors, and on a fatal exception will propagate an
exception. |
| DefaultXmlMetadataAnnotations |
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
|
| MuleDocumentLoader |
Alternative to Spring's default document loader that uses SAX to add metadata to the DOM elements that are the
result of the default parser.
|
| MuleDocumentLoader.XmlMetadataAnnotator |
SAX filter that builds the metadata that will annotate the built nodes.
|
| XmlApplicationParser |
Simple parser that transforms an XML document to a set of
ConfigLine objects. |
| XmlCustomAttributeHandler |
Handler for adding and removing custom XML attributes from and to
ConfigLine and ComponentModel. |
| XmlCustomAttributeHandler.ConfigLineCustomAttributeStore |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.