in src/main/csharp/MapMessage.cs [47:58]
public void Clear() { try { this.ReadOnlyBody = false; this.tibcoMapMessage.ClearBody(); } catch(Exception ex) { ExceptionUtil.WrapAndThrowNMSException(ex); } }