Uses of Class
org.jcoderz.commons.util.JaxbUtil.MarshalResult

Packages that use JaxbUtil.MarshalResult
org.jcoderz.commons.util   
 

Uses of JaxbUtil.MarshalResult in org.jcoderz.commons.util
 

Methods in org.jcoderz.commons.util that return JaxbUtil.MarshalResult
static JaxbUtil.MarshalResult JaxbUtil.marshal(Object data, JAXBContext ctx)
          Serializes (marshals) a given JAXB object and returns the result as byte array, along with the validation events collected during marshalling.
static JaxbUtil.MarshalResult JaxbUtil.marshal(Object data, String contextPath)
          Serializes (marshals) a given JAXB object and returns the result as byte array, along with the validation events collected during marshalling.
 



Copyright 2007 The jCoderZ Project.