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


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

Method Detail

initialiseMarshaller

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

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


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