Unmarshaller
A Unmarshaller is the opposite of the Marshaller: It takes as input XML in either of several representations (byte or character stream, DOM node, or a series of SAX events) and returns a JAXB object with the same contents
http://ws.apache.org/jaxme/apidocs/javax/xml/bind/Unmarshaller.html