components element
Type: | imbComponentContainerBean |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Description of components available on the broker.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<components type="..." uri="..." hasChildren="..." internal="...">
<components type="..." hasChildren="..." uri="..." propertiesUri="..." name="..." />
<components type="..." hasChildren="..." uri="..." propertiesUri="..." name="...">
<!--...-->
</components>
<!--...more "components" elements...-->
</components>
Example JSON
{
"type" : "...",
"components" : [ {
"type" : "...",
"hasChildren" : "...",
"uri" : {
"value" : "..."
},
"propertiesUri" : {
"value" : "..."
},
"name" : "..."
}, ... ],
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}