uk.org.retep.util.xml
Interface JAXBUtil.MarshallerCallback
- Enclosing class:
- JAXBUtil
public static interface JAXBUtil.MarshallerCallback
A callback called when a Marshaller is first created allowing the
application to perform additional configuration on the Marshaller before
it is first used
initialiseMarshaller
void initialiseMarshaller(Marshaller marshaller,
JAXBUtil jaxbUtil)
throws PropertyException
- Initialise the Marshaller
- Parameters:
marshaller - virgin MarshallerjaxbUtil - The JAXBUtil instance owning the marshaller
- Throws:
PropertyException
Copyright © 1998-2009 Retep Development Group. All Rights Reserved.