Uses of Package
com.tangosol.coherence.config.xml.preprocessor
Packages that use com.tangosol.coherence.config.xml.preprocessor
Package
Description
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
- 
Classes in com.tangosol.coherence.config.xml.preprocessor used by com.tangosol.coherence.config.xml.preprocessorClassDescriptionAn
ExtendPreprocessoris anDocumentElementPreprocessor.ElementPreprocessorthat will inject an "acceptor-config"XmlElementinto a "proxy-scheme"XmlElementif one does not exist.ASchemeRefPreprocessoris anDocumentElementPreprocessor.ElementPreprocessorthat resolves declarations of <scheme-ref> as required by Coherence.ASystemPropertyPreprocessoris anDocumentElementPreprocessor.ElementPreprocessorthat will replaceXmlElementcontent annotated with "system-property" attributes with appropriateSystem.getProperties().DocumentElementPreprocessor.ElementPreprocessorfor the "view-scheme" element.