uk.org.retep.util.xml
Interface JAXBUtil.UnmarshallerCallback

Enclosing class:
JAXBUtil

public static interface JAXBUtil.UnmarshallerCallback

A callback called when a Unmarshaller is first created allowing the application to perform additional configuration on the Unmarshaller before it is first used


Method Summary
 void initialiseUnmarshaller(Unmarshaller marshaller, JAXBUtil jaxbUtil)
          Initialise the Marshaller
 

Method Detail

initialiseUnmarshaller

void initialiseUnmarshaller(Unmarshaller marshaller,
                            JAXBUtil jaxbUtil)
                            throws PropertyException
Initialise the Marshaller

Parameters:
marshaller - virgin Unmarshaller
jaxbUtil - The JAXBUtil instance owning the marshaller
Throws:
PropertyException


Copyright © 1998-2009 Retep Development Group. All Rights Reserved.