isCOBOL EIS
:
Appendices
:
HTTPHandler class (com.iscobol.rts.HTTPHandler)
: acceptEx
acceptEx
Receives parameters from the HTTP by invoking
acceptFromJSON
or
acceptFromXML
depending on the Content-type field. If no Content-type is available in the request header, then it invokes
acceptFromJSON
or
acceptFromXML
depending on the
iscobol.rest.default_stream
configuration setting.
General format
void
acceptEx
( params )
Syntax rules
1.
params
is a level 01 data item for which the
IS IDENTIFIED clause
has been used.
General rules
1.
params
elements name matches the name of the parameter passed by the HTTP client.
This site works best with JavaScript enabled