All,

So i wrote a request handlers that would basically replace the http method
type depending on the query string.I looked into the MappingHandlers class
which essentially does the same thing but with content type. But stepping
into the code in JAXRSInInterceptor i found out that the http method is
already decided even before the request handler is called.

Can anyone suggest any other way of doing this.

Thanks,
Vishal




Vishal.a wrote:
> 
> All,
> 
> Flash does not support PUT/DELETE operations.It only supports GET/POST.
> 
> I was reading up and some of the frameworks allow HTTPService’s method to
> POST and append _method=PUT or _method=DELETE to the query string in the
> service’s URL and the framework converts it to respective operation on
> other side.
> 
> Is there any way i can achieve the same with JAX-RS
> 
> Thanks,
> Vishal
> 

-- 
View this message in context: 
http://www.nabble.com/Flash-problems-with-PUT-DELETE-JAX-RS-tp21864506p21865327.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to