Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User request handlers are inserted before the InvokeMethodHandler handler.

Info
titleReference

Refer to chapter 2 TBD, section ‎2.3.1 TBD for more details on User Handlers Customization.In order to customize a handler chain refer to section 2 "Apache Wink Building Blocks", Customization of the Handlers Chain

Response Handler Chain

The Response Handler Chain is responsible for handling the object returned from invoking a resource method or sub-resource method according to the JAX-RS specification. It is responsible for determining the response status code, selecting the response media type and for serializing the response entity.
A Response handler is a class that implements the com.hp.wink.server.handlers.ResponseHandler interface.

...