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 is a website building & hosting documentation for Clojure/Script libraries

× close