* @throws XMLStreamException for errors during parsing.
*/
public static void serialise(final Element headerElement, final CoordinationContextType coordinationContext)
throws XMLStreamException
{
final XMLStreamWriter out = new DOMXMLStreamWriter(headerElement) ;
coordinationContext.writeContent(out) ;
}