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

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

public class BuddyElementParser
extends XmlParserBase

Utility class for parsing 'buddy' 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
BuddyElementParser()
           
BuddyElementParser(String coreNamespace)
           
 
Method Summary
 BuddyReplicationConfig parseBuddyElement(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

BuddyElementParser

public BuddyElementParser()

BuddyElementParser

public BuddyElementParser(String coreNamespace)
Method Detail

parseBuddyElement

public BuddyReplicationConfig parseBuddyElement(Element element)


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