Liking cljdoc? Tell your friends :D

clj-soap.server


defservicecljmacro

(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))))
sourceraw docstring

flatten1clj

(flatten1 coll)
source

gen-class-method-declsclj

(gen-class-method-decls method-defs)
source

gen-method-defsclj

(gen-method-defs prefix method-defs)
source

serveclj

(serve & classes)

Start SOAP server. argument classes is list of strings of classnames.

Start SOAP server.
argument classes is list of strings of classnames.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close