Package com.tangosol.coherence.jcache
Class JCacheNamespace
java.lang.Object
com.tangosol.config.xml.AbstractNamespaceHandler
com.tangosol.coherence.jcache.JCacheNamespace
- All Implemented Interfaces:
NamespaceHandler
A
NamespaceHandler
to enable and enhance Coherence-based
configurations to be used with the Coherence-based JCache implementation- Since:
- Coherence 12.1.3
- Author:
- bo 2013.11.06
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEndNamespace
(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri) Called when the xml namespace associated with theNamespaceHandler
is last encountered in an xml document.Methods inherited from class com.tangosol.config.xml.AbstractNamespaceHandler
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onStartNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.config.xml.NamespaceHandler
getOverrideProcessor
-
Constructor Details
-
JCacheNamespace
public JCacheNamespace()
-
-
Method Details
-
onEndNamespace
public void onEndNamespace(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri) Description copied from class:AbstractNamespaceHandler
Called when the xml namespace associated with theNamespaceHandler
is last encountered in an xml document.- Specified by:
onEndNamespace
in interfaceNamespaceHandler
- Overrides:
onEndNamespace
in classAbstractNamespaceHandler
- Parameters:
processingContext
- the documentProcessingContext
in which the xml namespace was encounteredxmlElement
- theXmlElement
in which the xml namespace was encountereds
- the prefix of the declared xml namespaceuri
- theURI
of the declared xml namespace
-