org.jcoderz.commons.util
Class JaxbUtil.MarshalResult

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

public static class JaxbUtil.MarshalResult
extends Object

Holds the Result of an Marshal operation.

Author:
Albrecht Messner

Method Summary
 byte[] getMarshalledData()
          Returns the marshalled object.
 JaxbUtil.ValidationEventCollector getValidationEvents()
          Returns the validation events of the marshal operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMarshalledData

public byte[] getMarshalledData()
Returns the marshalled object.

Returns:
the marshalled object.

getValidationEvents

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

Returns:
the validation events of the marshal operation.


Copyright 2007 The jCoderZ Project.