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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEndNamespace(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri) Called when the xml namespace associated with theNamespaceHandleris 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, 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
-
JCacheNamespace
public JCacheNamespace()
-
-
Method Details
-
onEndNamespace
public void onEndNamespace(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri) Description copied from class:AbstractNamespaceHandlerCalled when the xml namespace associated with theNamespaceHandleris last encountered in an xml document.- Specified by:
onEndNamespacein interfaceNamespaceHandler- Overrides:
onEndNamespacein classAbstractNamespaceHandler- Parameters:
processingContext- the documentProcessingContextin which the xml namespace was encounteredxmlElement- theXmlElementin which the xml namespace was encountereds- the prefix of the declared xml namespaceuri- theURIof the declared xml namespace
-