500501502503504505506507508509510
throw new ExpectedBodyTypeException(exchange, Source.class); } else { try { source = converter.toDOMSource(converter.createDocument()); } catch (ParserConfigurationException e) { throw new RuntimeTransformException(e); } } } return source; }
433434435436437438439440441442443
203204205206207208209210211212213
throw new ExpectedBodyTypeException(exchange, Source.class); } else { try { source = converter.toSource(converter.createDocument()); } catch (ParserConfigurationException e) { throw new RuntimeTransformException(e); } } } return source; }
541542543544545546547548549550551
319320321322323324325326327328329
361362363364365366367368369370371
420421422423424425426427428429430
421422423424425426427428429430431