ClientProperty prop1 = new ClientProperty(name1, null, null, val1);
ClientProperty prop2 = new ClientProperty(name2, null, null, val2);
ClientProperty prop3 = new ClientProperty(name3, null, null, val3);
ClientProperty prop4 = new ClientProperty(name4, null, null, val4);
data.addClientProperty(prop1);
data.addClientProperty(prop2);
data.addClientProperty(prop3);
data.addClientProperty(prop4);
String xml = data.toXml();
System.out.println("The content of the qos is '" + xml + "'");
MsgQosSaxFactory parser = new MsgQosSaxFactory(this.glob);