public class LoadersElementParser extends XmlParserBase
Note: class does not rely on element position in the configuration file. It does not rely on element's name either.
coreNamespace
Constructor and Description |
---|
LoadersElementParser() |
LoadersElementParser(String coreNamespace) |
Modifier and Type | Method and Description |
---|---|
CacheLoaderConfig |
parseLoadersElement(Element element) |
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig |
parseSingletonStoreConfig(Element element) |
assertNotLegacyElement, existsAttribute, getAllowedCoreNamespaces, getAttributeValue, getBoolean, getInt, getLong, getSingleElement, getSingleElementInCoreNS, isAllowedCoreNamespace
public LoadersElementParser()
public LoadersElementParser(String coreNamespace)
public CacheLoaderConfig parseLoadersElement(Element element)
public CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig parseSingletonStoreConfig(Element element)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.