massim.framework.util
Interface XMLCodec.XMLToObjectConverter
- All Known Implementing Classes:
- XMLCodec.DefaultXMLToObjectConverter
- Enclosing class:
- XMLCodec
public static interface XMLCodec.XMLToObjectConverter
Classes that implement this interface can be used to convert XML to an object.
decodeXMLToObject
java.lang.Object decodeXMLToObject(org.w3c.dom.Element source)
throws AgentCodecProtocolErrorException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
- Throws:
AgentCodecProtocolErrorException
java.lang.IllegalAccessException
java.lang.InstantiationException
Copyright © 2011. All Rights Reserved.