You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Raj Floyd <ra...@gmail.com> on 2011/03/29 09:39:51 UTC

Interceptor phase: WRITE and MARSHAL

Hi,

Need to understand the difference between WRITE and MARSHAL phase.

Thx

Raj

Re: Interceptor phase: WRITE and MARSHAL

Posted by Raj Floyd <ra...@gmail.com>.
Thx Dan

On Tue, Mar 29, 2011 at 8:27 PM, Daniel Kulp <dk...@apache.org> wrote:

> On Tuesday 29 March 2011 3:39:51 AM Raj Floyd wrote:
> > Hi,
> >
> > Need to understand the difference between WRITE and MARSHAL phase.
>
> The WRITE phase is really just the start of the writing.   That's the phase
> where generally the specific protocol (like soap) would start writing out
> the
> things it may need to write out (envelope, body, etc...)
>
> The MARSHAL phase is where the non-protocal specific things are written
> out.
> Basically, the JAXB marshaller is called,etc...
>
>
> --
> Daniel Kulp
> dkulp@apache.org
> http://dankulp.com/blog
> Talend - http://www.talend.com
>

Re: Interceptor phase: WRITE and MARSHAL

Posted by Daniel Kulp <dk...@apache.org>.
On Tuesday 29 March 2011 3:39:51 AM Raj Floyd wrote:
> Hi,
> 
> Need to understand the difference between WRITE and MARSHAL phase.

The WRITE phase is really just the start of the writing.   That's the phase 
where generally the specific protocol (like soap) would start writing out the 
things it may need to write out (envelope, body, etc...)

The MARSHAL phase is where the non-protocal specific things are written out.   
Basically, the JAXB marshaller is called,etc... 


-- 
Daniel Kulp
dkulp@apache.org
http://dankulp.com/blog
Talend - http://www.talend.com