* @throws XMLStreamException for errors during parsing.
*/
public static CoordinationContextType deserialise(final Element headerElement)
throws XMLStreamException
{
final XMLStreamReader in = new DOMXMLStreamReader(headerElement) ;
return new CoordinationContextType(in) ;
}