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.


Method Summary
 java.lang.Object decodeXMLToObject(org.w3c.dom.Element source)
           
 

Method Detail

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.