List of usage examples for javax.xml.bind UnmarshallerHandler interface-usage
From source file org.castor.jaxb.adapters.CastorUnmarshallerHandler.java
/**
* Implementation of {@link UnmarshallerHandler} that internally delegates to Castor {UnmarshalHandler}.
*
* @author Jakub Narloch, jmnarloch AT gmail DOT org
* @version 1.0
*/
From source file org.cauldron.tests.util.DigesterContext.java
class DigesterHandler extends Digester implements UnmarshallerHandler { public Object getResult() throws JAXBException, IllegalStateException { return getRoot(); } }