Hmm... I think the only real way to do this would be to write some interceptors that muck with things.
1) One option would be to stick an interceptor on the IN chain that would just pause the interceptor chain. That might work. Not really sure. 2) Another option to try is to write an interceptor for the OUT chain that calls the exchange.setOneWay(true). That MAY fake the runtime into thinking it's a one way. Dan On Thu April 9 2009 6:20:00 am shrimpywu wrote: > Wow..thanks for the reply.. > > hmm...can u give me some sample code.. > most of the code i search from google..they are all sepcify in the server > side.. > > but what i want is that...i want to use the twoway method in the client.but > perform oneway... > > so...how should i specify this annotation. > > regards. > > bimargulies wrote: > > @OneWay > > > > On Wed, Apr 8, 2009 at 7:20 AM, shrimpywu <[email protected]> wrote: > >> hi, everyone, > >> > >> currently, i am using CXF to create a web service client.. > >> > >> some time i only use the client to send out the request, and don`t want > >> my > >> machine waste too much time on prase the respone, coz i do not care the > >> response.. > >> > >> can we ask CXF, not to deal with the response??? > >> -- > >> View this message in context: > >> http://www.nabble.com/will-cxf-prase-the-respone-automatically--tp229482 > >>44p22948244.html Sent from the cxf-user mailing list archive at > >> Nabble.com. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
