org.springframework.extensions.config.xml.elementreader
Interface ConfigElementReader

All Known Implementing Classes:
GenericElementReader, RemoteConfigElementReader, ServerElementReader, WebFrameworkConfigElementReader, WebStudioConfigElementReader

public interface ConfigElementReader

Definition of an object responsible for converting the XML representation of a config element into an in-memory object representation

Author:
gavinc

Method Summary
 ConfigElement parse(org.dom4j.Element element)
          Parses the given XML element into a ConfigElement object
 

Method Detail

parse

ConfigElement parse(org.dom4j.Element element)
Parses the given XML element into a ConfigElement object

Parameters:
element - The XML element to parse
Returns:
The object representation of the XML element


Copyright © 2009 SpringSource, Inc. All Rights Reserved.