Re: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-10 Thread Sergey Beryozkin
y get a better one later. Tim > > -Original Message- > From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] > Sent: Tuesday, February 08, 2011 5:19 PM > To: users@cxf.apache.org > Subject: Re: Serialize Custom Class with CXF via Reflection (or similar) > > Hi Tim >

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-10 Thread Tim Clotworthy
:19 PM To: users@cxf.apache.org Subject: Re: Serialize Custom Class with CXF via Reflection (or similar) Hi Tim sorry for a delay...please see comments below On Tue, Feb 8, 2011 at 3:57 PM, Tim Clotworthy < tclotwor...@integratedsecure.com> wrote: > Sorry for sending again, I thought t

Re: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Sergey Beryozkin
From: Tim Clotworthy > Sent: Tuesday, February 08, 2011 10:50 AM > To: 'users@cxf.apache.org' > Subject: RE: Serialize Custom Class with CXF via Reflection (or similar) > > Thanks so much for the response. Maybe I should describe it from the > perspective of a library

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Tim Clotworthy
Sorry for sending again, I thought the pseudo code was a little garbled in the last message... -Original Message- From: Tim Clotworthy Sent: Tuesday, February 08, 2011 10:50 AM To: 'users@cxf.apache.org' Subject: RE: Serialize Custom Class with CXF via Reflection (or similar)

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Tim Clotworthy
users@cxf.apache.org Subject: Re: Serialize Custom Class with CXF via Reflection (or similar) Hi On Tue, Feb 8, 2011 at 2:40 AM, Tim Clotworthy < tclotwor...@integratedsecure.com> wrote: > Hello, > I am involved with a project now where we are trying to provide a (JAX-RS) > web s

Re: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Sergey Beryozkin
Hi On Tue, Feb 8, 2011 at 2:40 AM, Tim Clotworthy < tclotwor...@integratedsecure.com> wrote: > Hello, > I am involved with a project now where we are trying to provide a (JAX-RS) > web services library that allows implementers to write their own classes for > customizing the format of a web servi

Serialize Custom Class with CXF via Reflection (or similar)

2011-02-07 Thread Tim Clotworthy
Hello, I am involved with a project now where we are trying to provide a (JAX-RS) web services library that allows implementers to write their own classes for customizing the format of a web service response. I am trying to do something like the following: LibraryContainerClass | --- Con