entry.setEntryDetail(bindingTemplate);
// Process test assertions
processAssertions(
classPrefix,
new EntryContext(entry, this.analyzerContext));
}
// NOTE: From this point forward, if a bindingTemplate does NOT have a wsdlSpec tModel,
// the tModel will be NULL.
// Create entry
entry = this.reporter.getReport().createEntry();
entry.setEntryType(
EntryType.getEntryType(TYPE_DISCOVERY_TMODEL));
entry.setReferenceID(
(tModel == null ? "[tModel]" : tModel.getTModelKey()));
entry.setEntryDetail(tModel);
// Process test assertions
processAssertions(
classPrefix,
new EntryContext(entry, this.analyzerContext));
}
catch (Exception e)
{
// Throw WSIException