197198199200201202203204205206207
generateBodyElement(request, mbsc, doc, brokerInfoElement); //transform xml document to a string ret = XMLDataBuilder.domToString(doc); } catch(Exception e) { throw new UMSServiceException (e); } finally { try { if (jmxc != null) { jmxc.close(); }
284285286287288289290291
} addBrokerToXML(mbsc, doc, headerElement); } catch(Exception e) { throw new UMSServiceException (e); } }
310311312313314315316317
addDestinationsToXML(request, mbsc, doc, bodyElement); } } } } catch(Exception e) { throw new UMSServiceException (e); } }
100101102103104105106107108109
return response; } catch (Exception e) { UMSServiceException umse = new UMSServiceException(e); throw umse; } }
99100101102103104105106107108
105106107108109110111112113114
150151152153154155156157158159
117118119120121122123124125126127