users@jersey.java.net

Re: [Jersey] FeatursAndProperties.FEATURE_DISABLE_XML_SECURITY

From: Craig McClanahan <Craig.McClanahan_at_Sun.COM>
Date: Wed, 12 Aug 2009 14:47:59 -0700

Paul Sandoz wrote:
>
> On Aug 12, 2009, at 10:40 PM, Craig McClanahan wrote:
>
>> Is there a particular reason this constant was added to the
>> FeaturesAndProperties interface instead of ResourceConfig where all
>> the other constants are?
>>
>
> Because ResourceConfig is server-side only. FeaturesAndProperties is
> the base class for ClientConfig and ResourceConfig.
> FeaturesAndProperties can get injected into message body reader/writer
> classes that are shared between the client and server.
>
Ah ... that makes sense. Thanks.

Craig
> Paul.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>