Package com.highdeal.hci
Class EntityUnresolver
java.lang.Object
com.highdeal.hci.EntityUnresolver
- All Implemented Interfaces:
EntityResolver
This entity resolver prevents the resolution of external/internal entities.
If an entity has to be resolved, this resolver throws a ForbiddenEntityResolutionException.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classException thrown when an entity resolution is requested. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityUnresolverAn instance of Entity Unresolver which is thread safe. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
An instance of Entity Unresolver which is thread safe.
-
-
Constructor Details
-
EntityUnresolver
public EntityUnresolver()
-
-
Method Details
-
resolveEntity
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException
-