throws SchemaReaderException {
if (wsdlDefinition == null) {
if (log.isDebugEnabled()) {
log.debug("Invalid wsdl definition provided, NULL");
}
throw new SchemaReaderException(Messages.getMessage("SchemaReaderErr1"));
}
this.wsdlDefinition = wsdlDefinition;
List<Schema> schemaList = new ArrayList<Schema>();
Set<String> packageList = new TreeSet<String>();
//Add WSDL TargetNamespace