org.jcoderz.commons.util
Class JaxbUtil.UnmarshalResult

java.lang.Object
  extended by org.jcoderz.commons.util.JaxbUtil.UnmarshalResult
Enclosing class:
JaxbUtil

public static class JaxbUtil.UnmarshalResult
extends Object

Holds the Result of an unmarshal operation.

Author:
Albrecht Messner

Method Summary
 Object getParsedData()
          Returns the parsed (unmarshalled) object.
 JaxbUtil.ValidationEventCollector getValidationEvents()
          Returns the validation events of the unmarshal operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParsedData

public Object getParsedData()
Returns the parsed (unmarshalled) object.

Returns:
the parsed (unmarshalled) object.

getValidationEvents

public JaxbUtil.ValidationEventCollector getValidationEvents()
Returns the validation events of the unmarshal operation.

Returns:
the validation events of the unmarshal operation.


Copyright 2007 The jCoderZ Project.