server: Information about a programmatically generated function

Description Usage Arguments Value Note Author(s) See Also

Description

These functions provide information about a function that was programmatically created by processing a WSDL file. It allows the R user to find out characteristics of these functions without having to understand the particular structure of the functions, i.e. the environments and the meta-data being stored in that environment and the default server object in a parent environment shared by all the generated functions.

The help function merely makes the regular help function in base generic.

When these functions are serialized and written to a file, these methods no longer work at present. This can be remedied.

Usage

1
2
3

Arguments

fun

the function object whose characteristics are being queried. This is a programatically generated function as part of the WSDL processing. This should be of class WSDLGeneratedSOAPFunction.

...

additional arguments so that these generic functions can be useful to other packages.

Value

These merely provide information about the contents of the environment of the generated function.

Note

When they are serialized to a file, this information is no longer available at present

Author(s)

Duncan Temple Lang

See Also

processWSDL


sckott/SSOAP documentation built on Sept. 16, 2020, 5:49 p.m.