8889909192939495969798
URLStreamHandler handler=null; if("xmldb".equals(protocol)){ LOG.debug(protocol); handler=new Handler(); } else { //LOG.error("Protocol should be xmldb, not "+protocol); } return handler;