* @throws XMLStreamException for errors during parsing.
*/
public static CoordinationContextType deserialise(final SOAPEnvelope env, final SOAPHeaderElement headerElement)
throws XMLStreamException
{
final XMLStreamReader in = new SAAJXMLStreamReader(headerElement) ;
return new CoordinationContextType(in) ;
}