Even if the content type is text/plain, the client framework is able to handle any kind of objects (DirectMemoryRequest/Response). However, for the text/plain, passing anything else than String will lead to errors (ClassCastException ?)
Jeff On Tue, Jun 19, 2012 at 10:34 PM, Olivier Lamy <[email protected]> wrote: > 2012/6/19 Jeff MAURY <[email protected]>: > > On the server page: > > > > Commn http headers: --> Common http headers: > Thanks > > > > And the text/plain exchange type is said to be NYI but is documented. I > > think we should rather say it is partially implemented (works only for > > String objects) > ? > I miss you here. > text/plain is only for String objects (content type is text/plain :-) ) > > > > Jeff > > > > On Tue, Jun 19, 2012 at 4:59 PM, Ioannis Canellos <[email protected]> > wrote: > > > >> Yes, thursday works for me. I had the chance to have a look and things > >> seems cool. > >> I'll only perform a commit or two later today. > >> > >> -- > >> *Ioannis Canellos* > >> * > >> FuseSource <http://fusesource.com> > >> > >> ** > >> Blog: http://iocanel.blogspot.com > >> ** > >> Twitter: iocanel > >> * > >> > > > > > > > > -- > > Jeff MAURY > > > > > > "Legacy code" often differs from its suggested alternative by actually > > working and scaling. > > - Bjarne Stroustrup > > > > http://www.jeffmaury.com > > http://riadiscuss.jeffmaury.com > > http://www.twitter.com/jeffmaury > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury
