Hi - if it's a query/matrix/form parameter then registering a custom ParameterHandler is the way to go, otherwise, if it's part of the request body - a custom JAX-RS MessageBodyReader will be needed
cheers, Sergey On Mon, Nov 29, 2010 at 8:50 PM, Wong <[email protected]> wrote: > Hi, > > I've been trying to find a way to parse a custom date format using CXF's > support > of JAX-RS. Is there a good way to do this? > > Thanks, > -Robert > > > >
