Class OperationalConfigNamespaceHandler
java.lang.Object
com.tangosol.config.xml.AbstractNamespaceHandler
com.tangosol.coherence.config.xml.OperationalConfigNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
The
OperationalConfigNamespaceHandler is responsible for capturing and
creating the Coherence operational configuration when processing a Coherence
operational configuration file.- Since:
- Coherence 12.2.1
- Author:
- pfm 2013.03.21
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceImplementations ofOperationalConfigNamespaceHandler.Extensionare able to modify theOperationalConfigNamespaceHandlerbefore it is used. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonStartNamespace(ProcessingContext context, XmlElement element, String prefix, URI uri) Called when the xml namespace associated with theNamespaceHandleris first encountered in an xml document.Methods inherited from class com.tangosol.config.xml.AbstractNamespaceHandler
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onEndNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.config.xml.NamespaceHandler
getOverrideProcessor
-
Constructor Details
-
OperationalConfigNamespaceHandler
public OperationalConfigNamespaceHandler()Standard Constructor.
-
-
Method Details
-
onStartNamespace
Called when the xml namespace associated with theNamespaceHandleris first encountered in an xml document.- Specified by:
onStartNamespacein interfaceNamespaceHandler- Overrides:
onStartNamespacein classAbstractNamespaceHandler- Parameters:
context- the documentProcessingContextin which the xml namespace was encounteredelement- theXmlElementin which the xml namespace was encounteredprefix- the prefix of the declared xml namespaceuri- theURIof the declared xml namespace
-