You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Naresh Tallapelli <na...@gmail.com> on 2008/11/27 16:29:01 UTC

can we intercept cxf databinding?

Hi All,

I am using cxf-2.1.2 version. I want to intercept the databinding part which
is done by cxf by using JAXB. Iam new to Cxf. Can we intercept the cxf data
binding by writing our own custom interceptors? If yes could any one please
let me know how t intercept the data binding.

Any help is much appreciated.

Thank you,
Naresh.

Re: can we intercept cxf databinding?

Posted by Benson Margulies <bi...@gmail.com>.
You can make your own databinding by extending the classes that
implement ours or by implementing your own. There is some useful
information at http://cwiki.apache.org/CXF20DOC/data-binding-architecture.html.

On Thu, Nov 27, 2008 at 10:29 AM, Naresh Tallapelli
<na...@gmail.com> wrote:
> Hi All,
>
> I am using cxf-2.1.2 version. I want to intercept the databinding part which
> is done by cxf by using JAXB. Iam new to Cxf. Can we intercept the cxf data
> binding by writing our own custom interceptors? If yes could any one please
> let me know how t intercept the data binding.
>
> Any help is much appreciated.
>
> Thank you,
> Naresh.
>