Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-23 Thread William Tam
mailto:mramn...@progress.com] > Sent: Monday, March 23, 2009 12:22 AM > To: users@camel.apache.org > Subject: RE: Questions about camel Exchange that contains a CxfMessage with > POJO dataFormat > > Thanks guys. William I saw your commits for CAMEL-1476 - that looks like just >

RE: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-23 Thread Michael Ramnarine
return null for POJO mode. -Mike -Original Message- From: Michael Ramnarine [mailto:mramn...@progress.com] Sent: Monday, March 23, 2009 12:22 AM To: users@camel.apache.org Subject: RE: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat Thanks guys. William I

RE: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-22 Thread Michael Ramnarine
[mailto:email.w...@gmail.com] Sent: Sunday, March 22, 2009 11:14 PM To: users@camel.apache.org Subject: Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat I mis-read Claus email. Also, I thought the short form was only applied to header names. Is it applied to

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-22 Thread William Tam
;>>>> XMLStreamReader. >>>>> >>>>> Can I know the reason why are you want to get the xml message even you >>>>> have the list of the request parameters ? >>>>> >>>>> Willem >>>>> >>>>>

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-22 Thread Willem Jiang
ael Ramnarine wrote: >>>>> One thing I just noticed... >>>>> Using getContentFormats() on a POJO CxfMessage for a soap over http >>>> endpoint via: >>>>>CxfMessage message = (CxfMessage) exchange.getIn() >>>>>message.getMessa

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-22 Thread William Tam
at is coming into the >>>> custom processor?  I suppose we could check the class type of the >>>> exchange.getIn().getBody(), but can you think of a better way? >>>> >>>> -Mike >>>> >>>> -Original Message- >>>> From:

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-22 Thread William Tam
ming into the >>> custom processor?  I suppose we could check the class type of the >>> exchange.getIn().getBody(), but can you think of a better way? >>> >>> -Mike >>> >>> -Original Message- >>> From: Willem Jiang [mailto:willem.ji

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-22 Thread Claus Ibsen
m processor?  I suppose we could check the class type of the >> exchange.getIn().getBody(), but can you think of a better way? >> >> -Mike >> >> -Original Message----- >> From: Willem Jiang [mailto:willem.ji...@gmail.com] >> Sent: Friday, March 20, 2

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-21 Thread Willem Jiang
to:willem.ji...@gmail.com] > Sent: Friday, March 20, 2009 3:21 AM > To: users@camel.apache.org > Subject: Re: Questions about camel Exchange that contains a CxfMessage > with POJO dataFormat > > Hi Michael, > > Since CXF using Stax to handle the XML message , it does no

RE: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-20 Thread Michael Ramnarine
t: Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat Hi Michael, Since CXF using Stax to handle the XML message , it does not cache the whole xml message when it do the marshaling work. For the POJO Dataformate, you can't get the xml message from the CXFMessa

Re: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-20 Thread Willem Jiang
o I use these content formats to get that message in w3c format? > > -Mike > > > From: Michael Ramnarine > Sent: Thursday, March 19, 2009 10:46 PM > To: 'users@camel.apache.org' > Subject: Questions about camel Exchange

RE: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-19 Thread Michael Ramnarine
users@camel.apache.org' Subject: Questions about camel Exchange that contains a CxfMessage with POJO dataFormat Is the original xml message available given a camel Exchange for a soap message that contains a CxfMessage with POJO dataFormat? Specifically, working in a custom processor, if t

Questions about camel Exchange that contains a CxfMessage with POJO dataFormat

2009-03-19 Thread Michael Ramnarine
Is the original xml message available given a camel Exchange for a soap message that contains a CxfMessage with POJO dataFormat? Specifically, working in a custom processor, if the inbound message is a CxfMessage with MESSAGE dataFormat, the body is a copy of the original raw message (accessible v