Package org.openbravo.service.web
-
Interface Summary Interface Description WebService Defines the standard webservice interface which needs to be implemented by all webservices. -
Class Summary Class Description BaseWebServiceServlet This servlet has two main responsibilities: 1) authenticate, 2) set the correctOBContext
, and 3) translate Exceptions into the correct Http response code.UserContextCache The main purpose of the user context cache is to support session-less http requests without a large performance hit.WebServiceServlet The default servlet which catches all requests for a webservice.WebServiceUtil Utility class for webservices, contains convenience methods for creating result xml messages. -
Enum Summary Enum Description WebService.ChangeAction -
Exception Summary Exception Description InvalidContentException This exception is thrown when the posted content is not valid.InvalidRequestException This exception is thrown when the url can not be parsed.ResourceNotFoundException This exception is thrown when the resource which is being retrieved does not exist.