/******************************************************************************* * Copyright (c) 2000, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation * yyyymmdd bug Email and other contact information * 20060404 134913 sengpl@ca.ibm.com - Seng Phung-Lu * -------- -------- ----------------------------------------------------------- */ package org.eclipse.jst.ws.internal.consumption.ui.common; import java.util.List; import java.util.Vector; import org.eclipse.jst.ws.internal.consumption.ui.widgets.object.HandlerTableItem; public class HandlerServiceRefHelper { /** * Helper method for getting the HandlerServiceRefHolder given the name * @param hsrh * @param descName * @return */ public static HandlerServiceRefHolder getForServiceRefName(HandlerServiceRefHolder[] hsrh, String descName){ for (int i=0;i