In HttpConsumerMarshaler.java,
void sendOut(MessageExchange exchange, NormalizedMessage outMsg,
HttpServletRequest request,
HttpServletResponse response) throws Exception;
Seems only the MessageExchange is used in the whole process.
Step1. in createExchange method, get the request and use the context to
create a Message exchange.
Step2. in some other SE, they just handle the exchange in onMessageExchange
method.
Step3. in sendOut method, just get the information from the exchange and
deal with the response.
What's the usage of outMsg and where is it from?
Thank you.
--
View this message in context:
http://www.nabble.com/What%27s-the-usage-of-outMsg-of-sendOut-method-from-HttpMarshaler.java-tp18483937p18483937.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.