You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by SaravananRamamoorthy <sa...@gmail.com> on 2010/05/17 17:36:29 UTC

how to instantiate MultiValuedMap in jax rs

Hi All,

What is the implementation class for MultiValuedMap interface.
Can anyone give some example.

Regards
Saravanan R
-- 
View this message in context: http://old.nabble.com/how-to-instantiate-MultiValuedMap-in-jax-rs-tp28584973p28584973.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: how to instantiate MultiValuedMap in jax rs

Posted by SaravananRamamoorthy <sa...@gmail.com>.
Hi Sergey,

Thanks for your response.

Regards
Saravanan Ramamoorthy



Sergey Beryozkin-5 wrote:
> 
> It is org.apache.cxf.jaxrs.impl.MetadataMap, ex
> 
> MultivaluedMap<String, Object> mam = new MetadataMap<String, Object>();
> 
> cheers, Sergey
> 
> On Mon, May 17, 2010 at 4:36 PM, SaravananRamamoorthy <
> saravanan.ramamoorthy.s@gmail.com> wrote:
> 
>>
>> Hi All,
>>
>> What is the implementation class for MultiValuedMap interface.
>> Can anyone give some example.
>>
>> Regards
>> Saravanan R
>> --
>> View this message in context:
>> http://old.nabble.com/how-to-instantiate-MultiValuedMap-in-jax-rs-tp28584973p28584973.html
>> Sent from the cxf-user mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://old.nabble.com/how-to-instantiate-MultiValuedMap-in-jax-rs-tp28584973p28591473.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: how to instantiate MultiValuedMap in jax rs

Posted by Sergey Beryozkin <sb...@gmail.com>.
It is org.apache.cxf.jaxrs.impl.MetadataMap, ex

MultivaluedMap<String, Object> mam = new MetadataMap<String, Object>();

cheers, Sergey

On Mon, May 17, 2010 at 4:36 PM, SaravananRamamoorthy <
saravanan.ramamoorthy.s@gmail.com> wrote:

>
> Hi All,
>
> What is the implementation class for MultiValuedMap interface.
> Can anyone give some example.
>
> Regards
> Saravanan R
> --
> View this message in context:
> http://old.nabble.com/how-to-instantiate-MultiValuedMap-in-jax-rs-tp28584973p28584973.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>