* @param element the XML element which contains the attributes.
* @param parserContext encapsulates the parsing state and configuration.
*/
protected void registerJmxComponents(final String refName, final Element element, final ParserContext parserContext) {
Object eleSource = parserContext.extractSource(element);
CompositeComponentDefinition compositeDef = new CompositeComponentDefinition(element.getTagName(), eleSource);
createBeanDefEntry(ClientInfo.class, compositeDef, refName, eleSource, parserContext);
createBeanDefEntry(ClusterInfo.class, compositeDef, refName, eleSource, parserContext);
parserContext.registerComponent(compositeDef);