type
constructors
| make |
Subclasses must declare public no-arg constructor |
|---|
methods
| def |
Op definition |
|---|---|
| name |
Programmatic name of the op |
| onRequest |
Process parsed request. |
| onService |
Process an HTTP service call to this op |
Slot Details
def
Def def()
Op definition
make
new make()
Subclasses must declare public no-arg constructor
name
Str name()
Programmatic name of the op