List attributes = mbean.getChildren("attribute");
ObjectAttributeInfo[] attributeInfo = new ObjectAttributeInfo[attributes.size()];
int index = 0;
for(Iterator it = attributes.iterator(); it.hasNext(); index++){
Element attribute = (Element)it.next();
attributeInfo[index] = new ObjectAttributeInfo(attribute.getAttributeValue("name"),
attribute.getAttributeValue("description"),
null, // not overridden
false,// not overridden
false,// not overridden
false);// not overridden