SOAPClientInterface-class       package:SSOAP       R Documentation

_R_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _m_a_c_h_i_n_e-_g_e_n_e_r_a_t_e_d _i_n_t_e_r_f_a_c_e _t_o _S_O_A_P _m_e_t_h_o_d_s _a_n_d _c_l_a_s_s_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     This is a simple class that combines a list of functions and a
     list of classes that are machine-generated to provide an R
     interface to a SOAP server.  It is just a mechanism for combining
     the code.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     We use the function 'genSOAPClientInterface' to create instances
     of this class. Objects can be created by calls of the form
     'new("SOAPClientInterface", ...)'.

_S_l_o_t_s:

     '_f_u_n_c_t_i_o_n_s': Object of class '"list"'. A list of the functions
          that are  proxies to the SOAP methods.

     '_c_l_a_s_s_e_s': Object of class '"list"'. A list of classes defined in
          support of the functions.  These  correspond to the new data
          types defined by the SOAP server.

_M_e_t_h_o_d_s:

     No methods defined with class "SOAPClientInterface" in the
     signature.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang <duncan@wald.ucdavis.edu>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.w3.org/TR/SOAP/> <URL:
     http://www.omegahat.org/SSOAP>, <URL:
     http://www.omegahat.org/bugs>.

_S_e_e _A_l_s_o:

     'genSOAPClientInterface'

_E_x_a_m_p_l_e_s:

