Class DefaultXmlGathererErrorHandlerFactory

java.lang.Object
org.mule.runtime.dsl.internal.xml.parser.DefaultXmlGathererErrorHandlerFactory
All Implemented Interfaces:
XmlGathererErrorHandlerFactory

public class DefaultXmlGathererErrorHandlerFactory extends Object implements XmlGathererErrorHandlerFactory
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.
Since:
4.0