Hi

How to write a blocking input interceptor which can send a non-fault response 
back to a client, over HTTP ?
Input interceptors can access input Messages in its handleMessage, 
which, somewhat surprisingly, in case of HTTP, have 
javax.servlet.HTTPServletRequest/HTTPServletResponse object in the map, 
provided Jetty is used. 
It's tempting to use HTTPServletResponse, as it's exactly what I need for my 
scenario, but what is the right way to write blocking in interceptors ? 
 

Thanks, Sergey

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Reply via email to