Interface OverrideProcessor

All Known Implementing Classes:
CacheConfigOverrideProcessor

public interface OverrideProcessor
A OverrideProcessor is responsible for processing override config elements and merging the elements with the Document root elements.
Since:
Coherence 14.1.2/22.06
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(XmlElement xmlBase, XmlElement xmlOverride)
    Process XmlElement override and merge with the XmlElement base element from the root configuration xml.
  • Method Details

    • process

      void process(XmlElement xmlBase, XmlElement xmlOverride)
      Process XmlElement override and merge with the XmlElement base element from the root configuration xml.
      Parameters:
      xmlBase - base cache configuration xml element
      xmlOverride - override cache configuration xml element