* <code>Unmarshaller</code> object
*/
public Unmarshaller createUnmarshaller() throws JAXBException {
// TODO: revisit TypeRegistry.
// we don't need to create TypeRegistry everytime we create unmarshaller.
return new UnmarshallerImpl( this, new TypeRegistry( gi ) );
}