HxApiOp
abstract class HxApiOp : Obj
Base class for Haxall 3.x style HTTP API operation processing
Subclasses must declare public no-arg constructor
Op definition
Process parsed request
Programmatic name of the op
Process an HTTP service call to this op
Def def()
Op definition
new make()
Subclasses must declare public no-arg constructor
Str name()
Programmatic name of the op
abstract Grid onRequest(Grid req, Context cx)
Process parsed request. Default implentation attempts to eval an Axon function of the same name.
virtual Void onService(WebReq req, WebRes res, Context cx)
Process an HTTP service call to this op