Package com.tangosol.coherence.jcache
Class JCacheNamespace
- java.lang.Object
-
- com.tangosol.config.xml.AbstractNamespaceHandler
-
- com.tangosol.coherence.jcache.JCacheNamespace
-
- All Implemented Interfaces:
NamespaceHandler
public class JCacheNamespace extends AbstractNamespaceHandler
ANamespaceHandler
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
Constructors Constructor Description JCacheNamespace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
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
-
-