Thanks, Sergey! This does indeed look promising I will check it out!
*Aaron Titus* Senior Software Engineer F.W. Davison & Company, Inc. 508-747-7261 x245 [email protected] On Wed, Oct 15, 2014 at 4:29 PM, Sergey Beryozkin <[email protected]> wrote: > This is the actual link: > > http://cxf.apache.org/docs/transformationfeature.html# > TransformationFeature-Droppingoutputandinputelements > > Sergey > > On 15/10/14 21:04, Sergey Beryozkin wrote: > >> Hi >> On 15/10/14 18:37, Aaron Titus wrote: >> >>> Hello, >>> >>> Jersey has a feature (extension) called Entity Data Filtering, there is a >>> chapter in the documentation about it here: >>> >>> https://jersey.java.net/documentation/latest/entity-filtering.html >>> >>> Does anyone know if Apache CXF something that is the equivalent of >>> this? I >>> did some searches using the terms "entity data filtering" and "entity >>> filtering" but I didn't find anything. I am wondering if the capability >>> exists but its just called something different. >>> >>> It is supported indirectly via the TransformationFeature's >> outDropElements or outTransformElements. >> I guess the advantage here is that it is non intrusive (no need to get >> the annotations into the data model), the disadvantage is that one needs >> to list element names in the configuration... >> >> Would that work for you ? It can also be applied to CXF JSONProvider >> (JAXB Based) >> >> Sergey >> >> Thanks in advance, >>> Aaron >>> >>> >> >> > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/ > > Blog: http://sberyozkin.blogspot.com >
