Uses of Package
com.tangosol.coherence.config.xml.preprocessor
Package
Description
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
-
ClassDescriptionAn
ExtendPreprocessor
is anDocumentElementPreprocessor.ElementPreprocessor
that will inject an "acceptor-config"XmlElement
into a "proxy-scheme"XmlElement
if one does not exist.ASchemeRefPreprocessor
is anDocumentElementPreprocessor.ElementPreprocessor
that resolves declarations of <scheme-ref> as required by Coherence.ASystemPropertyPreprocessor
is anDocumentElementPreprocessor.ElementPreprocessor
that will replaceXmlElement
content annotated with "system-property" attributes with appropriateSystem.getProperties()
.DocumentElementPreprocessor.ElementPreprocessor
for the "view-scheme" element.