(defservice class-name & method-defs)Define SOAP class. i.e. (defsoap some.package.KlassName (myfunc [String a int b] String (str a (* b b))))
Define SOAP class. i.e. (defsoap some.package.KlassName (myfunc [String a int b] String (str a (* b b))))
(serve & classes)Start SOAP server. argument classes is list of strings of classnames.
Start SOAP server. argument classes is list of strings of classnames.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |