}
private List<DOMResult> generateJaxbSchemas() throws IOException {
final List<DOMResult> results = new ArrayList<DOMResult>();
context.generateSchema(new SchemaOutputResolver() {
private Map<String, String> builtIns = new HashMap<String, String>();
{
builtIns.put("http://www.w3.org/2005/02/addressing/wsdl",
"classpath:/schemas/wsdl/ws-addr-wsdl.xsd");
builtIns.put("http://www.w3.org/2005/08/addressing", "classpath:/schemas/wsdl/ws-addr.xsd");