I have a few web services using the CXF REST API. For each I really only take an action for the @GET and @POST commands. I do have methods for the @PUT, @DELETE and @HEAD actions, but all I do is return a message saying that I do not really handle those methods. Is there a default annotation for all the HTTP methods that would catch whatever I am not using?
Regards, Eric MacAdie
