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
initialiseUnmarshaller
void initialiseUnmarshaller(Unmarshaller marshaller,
JAXBUtil jaxbUtil)
throws PropertyException
- Initialise the Marshaller
- Parameters:
marshaller - virgin UnmarshallerjaxbUtil - The JAXBUtil instance owning the marshaller
- Throws:
PropertyException
Copyright © 1998-2009 Retep Development Group. All Rights Reserved.