L.S.,

That method is part of the HttpProcessor interface.  It is being
invoked by the ManagedContextManager or HttpBridgeServlet whenever a
HTTP request is received so a MessageExchange can be sent to the ESB
for the incoming request.  The method will also be invoked again
afterwards when the Jetty continuation is being resumed (when the
MessageExchange is finished or when the HTTP connection has timed
out).

Regards,

Gert Vanthienen
------------------------
FuseSource
Web: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



On Fri, Jun 17, 2011 at 5:13 AM, josn <[email protected]> wrote:
> Hi everyone,
>
> I read the source code of servicemix-http binding component, In the
> HttpConsumerEndpoint class, I found the method
>
>   public void process(HttpServletRequest request, HttpServletResponse
>> response)
>>
>
> but I could not find the place invoke the method, and I also want to know
> how the consumer endpoint receive HttpServletRequest.
>
> Any help?
>
> Regards
>
> --
> Josn
>

Reply via email to