Descriptor constructor taking an XML String.
 The format of the XML string is not defined, but an
 implementation must ensure that the string returned by
 toXMLString() on an existing
 descriptor can be used to instantiate an equivalent
 descriptor using this constructor.
 In this implementation, all field values will be created
 as Strings.  If the field values are not Strings, the
 programmer will have to reset or convert these fields
 correctly.
        
        
Parameters:
 - 
inStr - An XML-formatted string used to populate this
 Descriptor.  The format is not defined, but any
 implementation must ensure that the string returned by
 method {@link #toXMLString toXMLString} on an existing
 descriptor can be used to instantiate an equivalent
 descriptor when instantiated using this constructor.
Throws:
  - 
RuntimeOperationsException - If the String inStr
 passed in parameter is null
  - 
XMLParseException - XML parsing problem while parsing
 the input String
  - 
MBeanException - Wraps a distributed communication Exception.