* @deprecated -- use UDDIUtils.isWsdlSpec(String wsdlLocation).
*/
protected boolean isWsdlSpec(TModel tModel)
{
boolean tModelFound = false;
CategoryBag categoryBag = null;
Iterator categoryBagIterator = null;
// Determine if the catetgoryBag contains wsdlSpec
if ((categoryBag = tModel.getCategoryBag()) != null)
{
// Get the list of keyed references
categoryBagIterator = categoryBag.getKeyedReferenceVector().iterator();
KeyedReference keyedReference = null;
// Go through the list of keyed references
while (categoryBagIterator.hasNext() && !(tModelFound))