org.springframework.extensions.config
Class RemoteConfigElementReader

java.lang.Object
  extended by org.springframework.extensions.config.RemoteConfigElementReader
All Implemented Interfaces:
ConfigElementReader

public class RemoteConfigElementReader
extends Object
implements ConfigElementReader

Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.

Author:
muzquiano

Constructor Summary
RemoteConfigElementReader()
           
 
Method Summary
 ConfigElement parse(org.dom4j.Element elem)
          Parses the given XML element into a ConfigElement object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConfigElementReader

public RemoteConfigElementReader()
Method Detail

parse

public ConfigElement parse(org.dom4j.Element elem)
Description copied from interface: ConfigElementReader
Parses the given XML element into a ConfigElement object

Specified by:
parse in interface ConfigElementReader
Parameters:
elem - The XML element to parse
Returns:
The object representation of the XML element


Copyright © 2009 SpringSource, Inc. All Rights Reserved.