⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wsdlstub.h

📁 linux下简单对象应用协议的开发库
💻 H
📖 第 1 页 / 共 5 页
字号:
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         gwsdl__portType() : name(NULL), extends(NULL), documentation(NULL), sd__staticServiceDataValues_(NULL) { }
	virtual ~gwsdl__portType() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__import
#define SOAP_TYPE_wsdl__import (266)
/* wsdl:import */
class SOAP_CMAC wsdl__import
{
public:
	char *namespace_;	/* optional attribute */
	char *location;	/* optional attribute */
private:
	wsdl__definitions *definitionsRef;	/* not serialized */
public:
	wsdl__import();	/* transient */
	int preprocess(wsdl__definitions &_param_70);	/* transient */
	int traverse(wsdl__definitions &_param_71);	/* transient */
	void definitionsPtr(wsdl__definitions *_param_72);	/* transient */
	wsdl__definitions *definitionsPtr() const;	/* transient */
public:
	virtual int soap_type() const { return 266; } /* = unique id SOAP_TYPE_wsdl__import */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	virtual ~wsdl__import() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__types
#define SOAP_TYPE_wsdl__types (274)
/* wsdl:types */
class SOAP_CMAC wsdl__types
{
public:
	char *documentation;	/* optional element of type xsd:string */
	std::vector<xs__schema * >xs__schema_;	/* optional element of type xs:schema */
	int preprocess(wsdl__definitions &_param_73);	/* transient */
	int traverse(wsdl__definitions &_param_74);	/* transient */
public:
	virtual int soap_type() const { return 274; } /* = unique id SOAP_TYPE_wsdl__types */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         wsdl__types() : documentation(NULL) { }
	virtual ~wsdl__types() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__part
#define SOAP_TYPE_wsdl__part (216)
/* wsdl:part */
class SOAP_CMAC wsdl__part
{
public:
	char *name;	/* optional attribute */
	char *element;	/* optional attribute */
	char *type;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
private:
	xs__element *elementRef;	/* not serialized */
	xs__simpleType *simpleTypeRef;	/* not serialized */
	xs__complexType *complexTypeRef;	/* not serialized */
public:
	wsdl__part();	/* transient */
	int traverse(wsdl__definitions &_param_75);	/* transient */
	void elementPtr(xs__element *_param_76);	/* transient */
	void simpleTypePtr(xs__simpleType *_param_77);	/* transient */
	void complexTypePtr(xs__complexType *_param_78);	/* transient */
	xs__element *elementPtr() const;	/* transient */
	xs__simpleType *simpleTypePtr() const;	/* transient */
	xs__complexType *complexTypePtr() const;	/* transient */
public:
	virtual int soap_type() const { return 216; } /* = unique id SOAP_TYPE_wsdl__part */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	virtual ~wsdl__part() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__message
#define SOAP_TYPE_wsdl__message (215)
/* wsdl:message */
class SOAP_CMAC wsdl__message
{
public:
	char *name;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
	std::vector<wsdl__part >part;	/* optional element of type wsdl:part */
	int traverse(wsdl__definitions &_param_79);	/* transient */
public:
	virtual int soap_type() const { return 215; } /* = unique id SOAP_TYPE_wsdl__message */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         wsdl__message() : name(NULL), documentation(NULL) { }
	virtual ~wsdl__message() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__input
#define SOAP_TYPE_wsdl__input (288)
/* wsdl:input */
class SOAP_CMAC wsdl__input
{
public:
	char *name;	/* optional attribute */
	char *message;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
private:
	wsdl__message *messageRef;	/* not serialized */
public:
	wsdl__input();	/* transient */
	int traverse(wsdl__definitions &_param_80);	/* transient */
	void messagePtr(wsdl__message *_param_81);	/* transient */
	wsdl__message *messagePtr() const;	/* transient */
public:
	virtual int soap_type() const { return 288; } /* = unique id SOAP_TYPE_wsdl__input */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	virtual ~wsdl__input() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__output
#define SOAP_TYPE_wsdl__output (293)
/* wsdl:output */
class SOAP_CMAC wsdl__output
{
public:
	char *name;	/* optional attribute */
	char *message;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
private:
	wsdl__message *messageRef;	/* not serialized */
public:
	wsdl__output();	/* transient */
	int traverse(wsdl__definitions &_param_82);	/* transient */
	void messagePtr(wsdl__message *_param_83);	/* transient */
	wsdl__message *messagePtr() const;	/* transient */
public:
	virtual int soap_type() const { return 293; } /* = unique id SOAP_TYPE_wsdl__output */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	virtual ~wsdl__output() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__fault
#define SOAP_TYPE_wsdl__fault (298)
/* wsdl:fault */
class SOAP_CMAC wsdl__fault
{
public:
	char *name;	/* optional attribute */
	char *message;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
private:
	wsdl__message *messageRef;	/* not serialized */
public:
	wsdl__fault();	/* transient */
	int traverse(wsdl__definitions &_param_84);	/* transient */
	void messagePtr(wsdl__message *_param_85);	/* transient */
	wsdl__message *messagePtr() const;	/* transient */
public:
	virtual int soap_type() const { return 298; } /* = unique id SOAP_TYPE_wsdl__fault */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	virtual ~wsdl__fault() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__operation
#define SOAP_TYPE_wsdl__operation (256)
/* wsdl:operation */
class SOAP_CMAC wsdl__operation
{
public:
	char *name;	/* optional attribute */
	char *parameterOrder;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
	wsdl__input *input;	/* optional element of type wsdl:input */
	wsdl__output *output;	/* optional element of type wsdl:output */
	std::vector<wsdl__fault >fault;	/* optional element of type wsdl:fault */
	int traverse(wsdl__definitions &_param_86);	/* transient */
public:
	virtual int soap_type() const { return 256; } /* = unique id SOAP_TYPE_wsdl__operation */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         wsdl__operation() : name(NULL), parameterOrder(NULL), documentation(NULL), input(NULL), output(NULL) { }
	virtual ~wsdl__operation() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__portType
#define SOAP_TYPE_wsdl__portType (307)
/* wsdl:portType */
class SOAP_CMAC wsdl__portType
{
public:
	char *name;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
	std::vector<wsdl__operation >operation;	/* optional element of type wsdl:operation */
	int traverse(wsdl__definitions &_param_87);	/* transient */
public:
	virtual int soap_type() const { return 307; } /* = unique id SOAP_TYPE_wsdl__portType */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         wsdl__portType() : name(NULL), documentation(NULL) { }
	virtual ~wsdl__portType() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__ext_input
#define SOAP_TYPE_wsdl__ext_input (310)
/* wsdl:ext-input */
class SOAP_CMAC wsdl__ext_input
{
public:
	char *documentation;	/* optional element of type xsd:string */
	dime__message *dime__message_;	/* optional element of type dime:message */
	soap__body *soap__body_;	/* optional element of type soap:body */
	mime__multipartRelated *mime__multipartRelated_;	/* optional element of type mime:multipartRelated */
	mime__content *mime__content_;	/* optional element of type mime:content */
	std::vector<soap__header >soap__header_;	/* optional element of type soap:header */
	int traverse(wsdl__definitions &_param_88);	/* transient */
public:
	virtual int soap_type() const { return 310; } /* = unique id SOAP_TYPE_wsdl__ext_input */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         wsdl__ext_input() : documentation(NULL), dime__message_(NULL), soap__body_(NULL), mime__multipartRelated_(NULL), mime__content_(NULL) { }
	virtual ~wsdl__ext_input() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__ext_output
#define SOAP_TYPE_wsdl__ext_output (315)
/* wsdl:ext-output */
class SOAP_CMAC wsdl__ext_output
{
public:
	char *documentation;	/* optional element of type xsd:string */
	dime__message *dime__message_;	/* optional element of type dime:message */
	soap__body *soap__body_;	/* optional element of type soap:body */
	mime__multipartRelated *mime__multipartRelated_;	/* optional element of type mime:multipartRelated */
	mime__content *mime__content_;	/* optional element of type mime:content */
	std::vector<soap__header >soap__header_;	/* optional element of type soap:header */
	int traverse(wsdl__definitions &_param_89);	/* transient */
public:
	virtual int soap_type() const { return 315; } /* = unique id SOAP_TYPE_wsdl__ext_output */
	virtual void soap_default(struct soap*);
	virtual void soap_serialize(struct soap*) const;
	virtual int soap_put(struct soap*, const char*, const char*) const;
	virtual int soap_out(struct soap*, const char*, int, const char*) const;
	virtual void *soap_get(struct soap*, const char*, const char*);
	virtual void *soap_in(struct soap*, const char*, const char*);
	         wsdl__ext_output() : documentation(NULL), dime__message_(NULL), soap__body_(NULL), mime__multipartRelated_(NULL), mime__content_(NULL) { }
	virtual ~wsdl__ext_output() { }
};
#endif

#ifndef SOAP_TYPE_wsdl__ext_fault
#define SOAP_TYPE_wsdl__ext_fault (317)
/* wsdl:ext-fault */
class SOAP_CMAC wsdl__ext_fault
{
public:
	char *name;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
	soap__fault *soap__fault_;	/*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -