You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Vjacheslav V. Borisov" <sl...@gmail.com> on 2014/10/07 10:49:08 UTC

Re: is it possible to use XSLTJaxbProvider with non JaxbElement? (jax-rs)

2014-07-24 18:28 GMT+04:00 Sergey Beryozkin <sb...@gmail.com>:

> Hi
>
> Not really, the provider is optimized for working with JAXB.
> You can register a custom provider for now..., also experiment with CXF
> XSLTOutInterceptor
>

Can XSLTOutInterceptor used with jax-rs ?

Re: is it possible to use XSLTJaxbProvider with non JaxbElement? (jax-rs)

Posted by Sergey Beryozkin <sb...@gmail.com>.
On 07/10/14 09:49, Vjacheslav V. Borisov wrote:
> 2014-07-24 18:28 GMT+04:00 Sergey Beryozkin <sb...@gmail.com>:
>
>> Hi
>>
>> Not really, the provider is optimized for working with JAXB.
>> You can register a custom provider for now..., also experiment with CXF
>> XSLTOutInterceptor
>>
>
> Can XSLTOutInterceptor used with jax-rs ?
>
Give it a try please, the interceptor looks quite perfect to me

Cheers, Sergey