Class XxeSafeDocumentBuilderFactory
java.lang.Object
com.aquima.interactions.foundation.xml.parsing.XxeSafeDocumentBuilderFactory
This is the default class to be used for creating a new
DocumentBuilderFactory
.
Internally it uses the IXxeProtectionConfigurer
to instantiate a new DocumentBuilderFactory
. A custom
IXxeProtectionConfigurer
can be provided if necessary- Since:
- 11.1
- Author:
- Mihai Bob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentBuilderFactory
static IXxeProtectionConfigurer
registerCustomConfigurer
(IXxeProtectionConfigurer docBuilder) This method registers a newIXxeProtectionConfigurer
to be used when generating aDocumentBuilderFactory
-
Constructor Details
-
XxeSafeDocumentBuilderFactory
public XxeSafeDocumentBuilderFactory()
-
-
Method Details
-
newInstance
- Returns:
- a new instance of DocumentBuilderFactory
- Throws:
ParserConfigurationException
-
registerCustomConfigurer
public static IXxeProtectionConfigurer registerCustomConfigurer(IXxeProtectionConfigurer docBuilder) This method registers a newIXxeProtectionConfigurer
to be used when generating aDocumentBuilderFactory
- Parameters:
docBuilder
- - the factory builder wrapper to use
-