attributeMetadata.getDescription(), true, attributeMetadata.isWritable(),
attributeMetadata.isIs(), getter, setter, this);
}
private MBeanOperationInfo toJmxInfo(JmxOperationMetadata operationMetadata) throws ClassNotFoundException {
return new MBeanOperationInfo(operationMetadata.getDescription(),
ReflectionUtil.findMethod(objectClass,
operationMetadata.getMethodName(),
getParameterArray(operationMetadata.getMethodParameters())));
}