throw new Wsdl2JibxException("Error during generation process", ex);
}
}
protected void processExtractionSchemas() throws IOException, WSDLException {
WsdlUnmarshaller wsdlUnmarshaller = new WsdlUnmarshaller(options.getSchemaFiles());
wsdlUnmarshaller.unmarshall();
complexTypeList = wsdlUnmarshaller.getComplexTypeList();
elementTypeRefMap = wsdlUnmarshaller.getElementTypeRefMap();
attributeGroups = wsdlUnmarshaller.getAttributeGroupMap();
simpleTypeMap = wsdlUnmarshaller.getSimpleTypeMap();
if(log.isDebugEnabled()) {
log.debug(complexTypeList.size()+" complextype found");
log.debug(simpleTypeMap.size()+" simpletype found");
log.debug(attributeGroups.size()+" attribute group found");
}