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

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

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

Methods in org.jcoderz.commons.util that return JaxbUtil.UnmarshalResult
static JaxbUtil.UnmarshalResult JaxbUtil.unmarshal(InputSource data, JAXBContext ctx)
          Unmarshals the given InputSource and returns the unmarshalled object along with the validation event collector.
static JaxbUtil.UnmarshalResult JaxbUtil.unmarshal(InputSource data, String ctxPath)
          Unmarshals the given InputSource and returns the unmarshalled object along with the validation event collector.
 



Copyright 2007 The jCoderZ Project.