class

HxApiOp

abstract class HxApiOp : Obj

Base class for Haxall 3.x style HTTP API operation processing

constructors make

Subclasses must declare public no-arg constructor

methods def

Op definition

onRequest

Process parsed request

name

Programmatic name of the op

onService

Process an HTTP service call to this op

def Def def()

Op definition

make new make()

Subclasses must declare public no-arg constructor

name Str name()

Programmatic name of the op

onRequest abstract Grid onRequest(Grid req, Context cx)

Process parsed request. Default implentation attempts to eval an Axon function of the same name.

onService virtual Void onService(WebReq req, WebRes res, Context cx)

Process an HTTP service call to this op

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST