Indicates whether this unmarshaller can unmarshal instances of the supplied type.
Parameters: clazz - the class that this unmarshaller is being asked if it can marshal true if this unmarshaller can indeed unmarshal to the supplied class; falseotherwise
Unmarshals the given
Source into an object graph.
Parameters: source - the source to marshal from the object graph throws: XmlMappingException - if the given source cannot be mapped to an object throws: IOException - if an I/O Exception occurs