Re: Need input on accessing http servlet

2016-09-23 Thread David Parker
e.org/jetty.html) should do the trick. > > Best regards, > Joerg > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/Need-input-on-accessing-http-servlet-tp5787954p5787964.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Need input on accessing http servlet

2016-09-23 Thread jpeschke
tty.html) should do the trick. Best regards, Joerg -- View this message in context: http://camel.465427.n5.nabble.com/Need-input-on-accessing-http-servlet-tp5787954p5787964.html Sent from the Camel - Users mailing list archive at Nabble.com.

Need input on accessing http servlet

2016-09-23 Thread ibrahimis
b = new StringBuilder(); private class MyOutputStream extends OutputStream { public void write(int b) throws IOException { sb.append((char) b); } } } -- View this message in context: http://camel.465427.n5.nabble.com/N