continue;
}
gen = genFactory.getGenerator(pEntry.getPortType(), symbolTable);
}
else if (entry instanceof BindingEntry) {
BindingEntry bEntry = (BindingEntry)entry;
Binding binding = bEntry.getBinding();
// If the binding is undefined, then we're parsing a Definition
// that didn't contain a binding, merely a service that referred
// to a non-existent binding. Don't bother writing it.
if (binding.isUndefined()) {