org.jboss.cache.config.parsing.element
Class LoadersElementParser

java.lang.Object
  extended by org.jboss.cache.config.parsing.XmlParserBase
      extended by org.jboss.cache.config.parsing.element.LoadersElementParser

public class LoadersElementParser
extends XmlParserBase

Utility class for parsing the 'loaders' element in the .xml configuration file.

 Note: class does not rely on element position in the configuration file.
       It does not rely on element's name either.
 

Since:
3.0
Author:
Mircea.Markus@jboss.com

Field Summary
 
Fields inherited from class org.jboss.cache.config.parsing.XmlParserBase
coreNamespace
 
Constructor Summary
LoadersElementParser()
           
LoadersElementParser(String coreNamespace)
           
 
Method Summary
 CacheLoaderConfig parseLoadersElement(Element element)
           
 CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig parseSingletonStoreConfig(Element element)
           
 
Methods inherited from class org.jboss.cache.config.parsing.XmlParserBase
assertNotLegacyElement, existsAttribute, getAttributeValue, getBoolean, getInt, getLong, getSingleElement, getSingleElementInCoreNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadersElementParser

public LoadersElementParser()

LoadersElementParser

public LoadersElementParser(String coreNamespace)
Method Detail

parseLoadersElement

public CacheLoaderConfig parseLoadersElement(Element element)

parseSingletonStoreConfig

public CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig parseSingletonStoreConfig(Element element)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.