# File lib/soap/compat.rb, line 79 def addMethod(receiver, methodName, *paramArg) addMethodWithNSAs(@default_namespace, receiver, methodName, methodName, *paramArg) end
# File lib/soap/compat.rb, line 83 def addMethodAs(receiver, methodName, methodNameAs, *paramArg) addMethodWithNSAs(@default_namespace, receiver, methodName, methodNameAs, *paramArg) end
# File lib/soap/compat.rb, line 87 def addMethodWithNS(namespace, receiver, methodName, *paramArg) addMethodWithNSAs(namespace, receiver, methodName, methodName, *paramArg) end
# File lib/soap/compat.rb, line 91 def addMethodWithNSAs(namespace, receiver, methodName, methodNameAs, *paramArg) add_method_with_namespace_as(namespace, receiver, methodName, methodNameAs, *paramArg) end
Generated with the Darkfish Rdoc Generator 2.