Skip navigation links

Package com.chemaxon.overlap.wui.resources

JAX-RS resource classes exposed by the REST interface.

See: Description

Package com.chemaxon.overlap.wui.resources Description

JAX-RS resource classes exposed by the REST interface. Notes about error handling/status codes: HTTP status codes used by the current version of the REST API (For details see RFC 2616 section 10):

See also: http://blogs.mulesoft.com/api-best-practices-response-handling/, http://stackoverflow.com/questions/4687271/jax-rs-how-to-return-json-and-http-status-code-together and http://www.codingpedia.org/ama/error-handling-in-rest-api-with-jersey/.

Further details on error handling can be found in the API documentation of the class WuiExceptionMapper, the class WuiException.

Skip navigation links