*
* @param name QName of the header element
* @param value text value of the header
*/
public static Header createMustUnderstand(@NotNull SOAPVersion soapVersion, @NotNull QName name,@NotNull String value) {
return new StringHeader(name, value,soapVersion,true);
}