@PathParam("clusterName") String clusterName) {
if (LOG.isDebugEnabled()) {
LOG.debug("Received Components request for cluster " + clusterName);
}
ComponentsResponse componentsResponse;
try {
componentsResponse = hh.handleComponents(clusterName);
if (LOG.isDebugEnabled()) {
LOG.debug("Sending components response");