}
}
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()) {