class Openwsman::SoapOp

Public Instance Methods

indoc(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_indoc(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  WsXmlDocH result;
  VALUE vresult = Qnil;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","indoc", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  result = (WsXmlDocH)__SoapOp_indoc(arg1);
  vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p__WsXmlDoc, 0 |  0 );
  return vresult;
fail:
  return Qnil;
}
indoc=(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_indoce___(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  WsXmlDocH arg2 = (WsXmlDocH) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  void *argp2 = 0 ;
  int res2 = 0 ;
  
  if ((argc < 1) || (argc > 1)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","set_indoc", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  res2 = SWIG_ConvertPtr(argv[0], &argp2,SWIGTYPE_p__WsXmlDoc, 0 |  0 );
  if (!SWIG_IsOK(res2)) {
    SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "WsXmlDocH","set_indoc", 2, argv[0] )); 
  }
  arg2 = (WsXmlDocH)(argp2);
  __SoapOp_set_indoc(arg1,arg2);
  return Qnil;
fail:
  return Qnil;
}
maxsize(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_maxsize(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  unsigned long result;
  VALUE vresult = Qnil;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","maxsize", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  result = (unsigned long)__SoapOp_maxsize(arg1);
  vresult = SWIG_From_unsigned_SS_long((unsigned long)(result));
  return vresult;
fail:
  return Qnil;
}
msg(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_msg(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  WsmanMessage *result = 0 ;
  VALUE vresult = Qnil;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","msg", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  result = (WsmanMessage *)__SoapOp_msg(arg1);
  vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_WsmanMessage, 0 |  0 );
  return vresult;
fail:
  return Qnil;
}
outdoc(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_outdoc(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  WsXmlDocH result;
  VALUE vresult = Qnil;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","outdoc", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  result = (WsXmlDocH)__SoapOp_outdoc(arg1);
  vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p__WsXmlDoc, 0 |  0 );
  return vresult;
fail:
  return Qnil;
}
outdoc=(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_outdoce___(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  WsXmlDocH arg2 = (WsXmlDocH) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  void *argp2 = 0 ;
  int res2 = 0 ;
  
  if ((argc < 1) || (argc > 1)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","set_outdoc", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  res2 = SWIG_ConvertPtr(argv[0], &argp2,SWIGTYPE_p__WsXmlDoc, 0 |  0 );
  if (!SWIG_IsOK(res2)) {
    SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "WsXmlDocH","set_outdoc", 2, argv[0] )); 
  }
  arg2 = (WsXmlDocH)(argp2);
  __SoapOp_set_outdoc(arg1,arg2);
  return Qnil;
fail:
  return Qnil;
}
soap(*args) click to toggle source
SWIGINTERN VALUE
_wrap_SoapOp_soap(int argc, VALUE *argv, VALUE self) {
  struct __SoapOp *arg1 = (struct __SoapOp *) 0 ;
  void *argp1 = 0 ;
  int res1 = 0 ;
  struct __Soap *result = 0 ;
  VALUE vresult = Qnil;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p___SoapOp, 0 |  0 );
  if (!SWIG_IsOK(res1)) {
    SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "struct __SoapOp *","soap", 1, self )); 
  }
  arg1 = (struct __SoapOp *)(argp1);
  result = (struct __Soap *)__SoapOp_soap(arg1);
  vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p___Soap, 0 |  0 );
  return vresult;
fail:
  return Qnil;
}