eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPRestService':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HTTPRestService


Inheritance:

   Object
   |
   +--HTTPService
      |
      +--HTTPRestService
         |
         +--HTTPSimpleJSONRestService
         |
         +--HTTPSimplePluggableJSONRestService

Package:
stx:goodies/webServer
Category:
Net-Communication-Rest
Version:
rev: 1.9 date: 2018/04/25 12:48:59
user: cg
file: HTTPRestService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Description:


Abstract superclass for Rest services.
See concrete subclasses.


Class protocol:

queries
o  interfaceVersionString
can be redefined in subclasses

o  isAbstract
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.

o  protocolVersion
can be redefined in subclasses

o  serviceName
can be redefined in subclasses


Instance protocol:

initialization
o  initialize

queries
o  protocolVersion

o  serviceName

request handling
o  process: aRequest



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 08:02:43 GMT