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