Package com.tangosol.coherence.config.xml
package com.tangosol.coherence.config.xml
Defines the Xml Document Pre-Processors and Xml Element Processors for converting
Coherence Cache Configuration files into Coherence configuration object models.
- Since:
- 12.1.2
-
ClassDescriptionThe
CacheConfigNamespaceHandler
is responsible for capturing and creating Coherence Cache Configurations when processing a Coherence Configuration file.A class that can add extensions to theCacheConfigNamespaceHandler
.TheOperationalConfigNamespaceHandler
is responsible for capturing and creating the Coherence operational configuration when processing a Coherence operational configuration file.Implementations ofOperationalConfigNamespaceHandler.Extension
are able to modify theOperationalConfigNamespaceHandler
before it is used.