Package com.orchestranetworks.rest
Provides classes for the REST toolkit Java Framework functionalities.
The main class of this package is RESTApplicationAbstract
, which represents a REST Toolkit application.
Interface Summary Interface Description ApplicationConfigurator Provides methods to register specific REST Toolkit JAX-RS application components and package scan boundaries.ApplicationConstant This interface provides constants for JAX-RS applications configuration.Class Summary Class Description RESTApplicationAbstract Defines the components for a REST Toolkit JAX-RS application.Exception Summary Exception Description LocalizedException Class that can be extended by exceptions that return a localized error message.UnprocessableEntityException A runtime exception indicating that the request was understood and the syntax was correct but that the server was unable to process the contained instructions.