100101102103104105106107108
allSlds.put(sld.getName(), sld); } } } } catch (Exception e) { throw new SldException("Could not initialize SLD service", e); } } }
117118119120121122123124
mctx.marshalDocument(obj); if (log.isDebugEnabled()) { log.debug(writer.toString()); } } catch (JiBXException e) { throw new SldException("Validation error", e); } }