net.officefloor.plugin.xml.unmarshall.flat
Class FlatXmlUnmarshallerMetaData
java.lang.Object
net.officefloor.plugin.xml.unmarshall.flat.FlatXmlUnmarshallerMetaData
public class FlatXmlUnmarshallerMetaData
- extends Object
Meta-data for a FlatXmlUnmarshaller.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlatXmlUnmarshallerMetaData
public FlatXmlUnmarshallerMetaData(ValueLoaderFactory valueLoaderFactory,
XmlMapping[] mappings)
throws XmlMarshallException
- Initiate.
- Parameters:
valueLoaderFactory - Factory for the DynamicValueLoader.mappings - Mappings.
- Throws:
XmlMarshallException - Indicates failure to initiate.
getValueLoader
public DynamicValueLoader getValueLoader(String elementName)
- Obtain the
DynamicValueLoader for the input element.
- Parameters:
elementName - Name of element.
- Returns:
DynamicValueLoader to load value to target object.
Copyright © 2005-2013. All Rights Reserved.