249250251252253254255256257258259
} finally { // Copy the inbound msg properties to the binding's response context msgContext = MessageContextAssociation.peekMessageContext(); for (String key : msgContext.keySet()) { Object value = msgContext.get(key); resContext.put(key, value); }
248249250251252253254255256257258
258259260261262263264265266267268
334335336337338339340341342343344
} } } // Copy the inbound msg properties to the binding's response context for (String key : msgContext.keySet()) { Object value = msgContext.get(key); resContext.put(key, value); } }
{ msgContext = MessageContextAssociation.peekMessageContext(); // Copy the inbound msg properties to the binding's response context for (String key : msgContext.keySet()) { Object value = msgContext.get(key); resContext.put(key, value); } }
345346347348349350351352353354355
} } } // Copy the inbound msg properties to the binding's response context for (String key : msgContext.keySet()) { Object value = msgContext.get(key); resContext.put(key, value); }
198199200201202203204205206207208
/* */ return i$; /* */ } /* */ finally /* */ { /* 262 */ msgContext = MessageContextAssociation.peekMessageContext(); /* 263 */ for (String key : msgContext.keySet()) /* */ { /* 265 */ Object value = msgContext.get(key); /* 266 */ resContext.put(key, value); /* */ } /* */
335336337338339340341342343344345