Module org.mule.runtime.dsl.api
Interface XmlGathererErrorHandlerFactory
- All Known Implementing Classes:
DefaultXmlGathererErrorHandlerFactory
@NoImplement
public interface XmlGathererErrorHandlerFactory
Factory object to create instances of
XmlGathererErrorHandler that will be used in the reading of XML files.- Since:
- 4.0
-
Method Summary
-
Method Details
-
create
XmlGathererErrorHandler create()- Returns:
- Creates an
XmlGathererErrorHandlerto be used when executingMuleDocumentLoader#loadDocument(Supplier, InputSource, EntityResolver, ErrorHandler, int, boolean)
-