public class JCacheNamespace extends AbstractNamespaceHandler
NamespaceHandler to enable and enhance Coherence-based
configurations to be used with the Coherence-based JCache implementation| Constructor and Description |
|---|
JCacheNamespace() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEndNamespace(ProcessingContext processingContext,
XmlElement xmlElement,
String s,
URI uri)
Called when the xml namespace associated with the
NamespaceHandler is last encountered in an xml document. |
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onStartNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessorpublic void onEndNamespace(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri)
AbstractNamespaceHandlerNamespaceHandler is last encountered in an xml document.onEndNamespace in interface NamespaceHandleronEndNamespace in class AbstractNamespaceHandlerprocessingContext - the document ProcessingContext in which the xml namespace was encounteredxmlElement - the XmlElement in which the xml namespace was encountereds - the prefix of the declared xml namespaceuri - the URI of the declared xml namespace