Package com.tangosol.config.xml
Interface OverrideProcessor
- 
- All Known Implementing Classes:
 CacheConfigOverrideProcessor
public interface OverrideProcessorAOverrideProcessoris responsible for processing override config elements and merging the elements with the Document root elements.- Since:
 - Coherence 14.1.2/22.06
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(XmlElement xmlBase, XmlElement xmlOverride)ProcessXmlElementoverride and merge with theXmlElementbase element from the root configuration xml. 
 - 
 
- 
- 
Method Detail
- 
process
void process(XmlElement xmlBase, XmlElement xmlOverride)
ProcessXmlElementoverride and merge with theXmlElementbase element from the root configuration xml.- Parameters:
 xmlBase- base cache configuration xml elementxmlOverride- override cache configuration xml element
 
 - 
 
 -