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

📄 wsdlstub.h

📁 linux下简单对象应用协议的开发库
💻 H
📖 第 1 页 / 共 5 页
字号:
	enum soap__useChoice use;	/* optional attribute */
	char *namespace_;	/* optional attribute */
public:
	virtual int soap_type() const { return 223; } /* = unique id SOAP_TYPE_soap__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*);
	         soap__fault() : name(NULL), encodingStyle(NULL), use((enum soap__useChoice)0), namespace_(NULL) { }
	virtual ~soap__fault() { }
};
#endif

#ifndef SOAP_TYPE_soap__headerfault
#define SOAP_TYPE_soap__headerfault (224)
/* soap:headerfault */
class SOAP_CMAC soap__headerfault
{
public:
	char *message;	/* optional attribute */
	char *part;	/* optional attribute */
	enum soap__useChoice use;	/* optional attribute */
	char *encodingStyle;	/* optional attribute */
	char *namespace_;	/* optional attribute */
private:
	class wsdl__message *messageRef;	/* not serialized */
	class wsdl__part *partRef;	/* not serialized */
public:
	int traverse(class wsdl__definitions &_param_62);	/* transient */
	void messagePtr(wsdl__message *_param_63);	/* transient */
	void partPtr(wsdl__part *_param_64);	/* transient */
	wsdl__message *messagePtr() const;	/* transient */
	wsdl__part *partPtr() const;	/* transient */
public:
	virtual int soap_type() const { return 224; } /* = unique id SOAP_TYPE_soap__headerfault */
	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*);
	         soap__headerfault() : message(NULL), part(NULL), use((enum soap__useChoice)0), encodingStyle(NULL), namespace_(NULL), messageRef(NULL), partRef(NULL) { }
	virtual ~soap__headerfault() { }
};
#endif

#ifndef SOAP_TYPE_soap__header
#define SOAP_TYPE_soap__header (235)
/* soap:header */
class SOAP_CMAC soap__header
{
public:
	char *message;	/* optional attribute */
	char *part;	/* optional attribute */
	enum soap__useChoice use;	/* optional attribute */
	char *encodingStyle;	/* optional attribute */
	char *namespace_;	/* optional attribute */
	std::vector<soap__headerfault >headerfault;	/* optional element of type soap:headerfault */
private:
	wsdl__message *messageRef;	/* not serialized */
	wsdl__part *partRef;	/* not serialized */
public:
	int traverse(wsdl__definitions &_param_65);	/* transient */
	void messagePtr(wsdl__message *_param_66);	/* transient */
	void partPtr(wsdl__part *_param_67);	/* transient */
	wsdl__message *messagePtr() const;	/* transient */
	wsdl__part *partPtr() const;	/* transient */
public:
	virtual int soap_type() const { return 235; } /* = unique id SOAP_TYPE_soap__header */
	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*);
	         soap__header() : message(NULL), part(NULL), use((enum soap__useChoice)0), encodingStyle(NULL), namespace_(NULL), messageRef(NULL), partRef(NULL) { }
	virtual ~soap__header() { }
};
#endif

#ifndef SOAP_TYPE_soap__address
#define SOAP_TYPE_soap__address (242)
/* soap:address */
class SOAP_CMAC soap__address
{
public:
	char *location;	/* optional attribute */
public:
	virtual int soap_type() const { return 242; } /* = unique id SOAP_TYPE_soap__address */
	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*);
	         soap__address() : location(NULL) { }
	virtual ~soap__address() { }
};
#endif

#ifndef SOAP_TYPE_mime__content
#define SOAP_TYPE_mime__content (243)
/* mime:content */
class SOAP_CMAC mime__content
{
public:
	char *part;	/* optional attribute */
	char *type;	/* optional attribute */
public:
	virtual int soap_type() const { return 243; } /* = unique id SOAP_TYPE_mime__content */
	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*);
	         mime__content() : part(NULL), type(NULL) { }
	virtual ~mime__content() { }
};
#endif

#ifndef SOAP_TYPE_mime__part
#define SOAP_TYPE_mime__part (244)
/* mime:part */
class SOAP_CMAC mime__part
{
public:
	soap__body *soap__body_;	/* optional element of type soap:body */
	std::vector<soap__header >soap__header_;	/* optional element of type soap:header */
	std::vector<mime__content >content;	/* optional element of type mime:content */
	int traverse(wsdl__definitions &_param_68);	/* transient */
public:
	virtual int soap_type() const { return 244; } /* = unique id SOAP_TYPE_mime__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*);
	         mime__part() : soap__body_(NULL) { }
	virtual ~mime__part() { }
};
#endif

#ifndef SOAP_TYPE_mime__multipartRelated
#define SOAP_TYPE_mime__multipartRelated (249)
/* mime:multipartRelated */
class SOAP_CMAC mime__multipartRelated
{
public:
	std::vector<mime__part >part;	/* optional element of type mime:part */
	int traverse(wsdl__definitions &_param_69);	/* transient */
public:
	virtual int soap_type() const { return 249; } /* = unique id SOAP_TYPE_mime__multipartRelated */
	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*);
	         mime__multipartRelated()  { }
	virtual ~mime__multipartRelated() { }
};
#endif

#ifndef SOAP_TYPE_dime__message
#define SOAP_TYPE_dime__message (252)
/* dime:message */
class SOAP_CMAC dime__message
{
public:
	char *layout;	/* optional attribute */
public:
	virtual int soap_type() const { return 252; } /* = unique id SOAP_TYPE_dime__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*);
	         dime__message() : layout(NULL) { }
	virtual ~dime__message() { }
};
#endif

#ifndef SOAP_TYPE_http__address
#define SOAP_TYPE_http__address (253)
/* http:address */
class SOAP_CMAC http__address
{
public:
	char *location;	/* optional attribute */
public:
	virtual int soap_type() const { return 253; } /* = unique id SOAP_TYPE_http__address */
	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*);
	         http__address() : location(NULL) { }
	virtual ~http__address() { }
};
#endif

#ifndef SOAP_TYPE_http__binding
#define SOAP_TYPE_http__binding (254)
/* http:binding */
class SOAP_CMAC http__binding
{
public:
	char *verb;	/* optional attribute */
public:
	virtual int soap_type() const { return 254; } /* = unique id SOAP_TYPE_http__binding */
	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*);
	         http__binding() : verb(NULL) { }
	virtual ~http__binding() { }
};
#endif

#ifndef SOAP_TYPE_http__operation
#define SOAP_TYPE_http__operation (255)
/* http:operation */
class SOAP_CMAC http__operation
{
public:
	char *location;	/* optional attribute */
public:
	virtual int soap_type() const { return 255; } /* = unique id SOAP_TYPE_http__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*);
	         http__operation() : location(NULL) { }
	virtual ~http__operation() { }
};
#endif

#ifndef SOAP_TYPE_sd__serviceData
#define SOAP_TYPE_sd__serviceData (258)
/* sd:serviceData */
class SOAP_CMAC sd__serviceData
{
public:
	char *name;	/* optional attribute */
	char *type;	/* optional attribute */
	bool nillable;	/* optional attribute */
	char *minOccurs;	/* optional attribute */
	char *maxOccurs;	/* optional attribute */
	enum sd__mutability mutability;	/* optional attribute */
	bool modifiable;	/* optional attribute */
public:
	virtual int soap_type() const { return 258; } /* = unique id SOAP_TYPE_sd__serviceData */
	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*);
	         sd__serviceData() : name(NULL), type(NULL), nillable((bool)0), minOccurs(NULL), maxOccurs(NULL), mutability((enum sd__mutability)2), modifiable((bool)0) { }
	virtual ~sd__serviceData() { }
};
#endif

#ifndef SOAP_TYPE_sd__staticServiceDataValues
#define SOAP_TYPE_sd__staticServiceDataValues (259)
/* sd:staticServiceDataValues */
class SOAP_CMAC sd__staticServiceDataValues
{
public:
	int __type;	/* any type of element <any> (defined below) */
	void *_any;	/* transient */
public:
	virtual int soap_type() const { return 259; } /* = unique id SOAP_TYPE_sd__staticServiceDataValues */
	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*);
	         sd__staticServiceDataValues() : __type(0), _any(NULL) { }
	virtual ~sd__staticServiceDataValues() { }
};
#endif

#ifndef SOAP_TYPE_gwsdl__portType
#define SOAP_TYPE_gwsdl__portType (261)
/* gwsdl:portType */
class SOAP_CMAC gwsdl__portType
{
public:
	char *name;	/* optional attribute */
	char *extends;	/* optional attribute */
	char *documentation;	/* optional element of type xsd:string */
	std::vector<class wsdl__operation * >operation;	/* optional element of type wsdl:operation */
	std::vector<sd__serviceData >sd__serviceData_;	/* optional element of type sd:serviceData */
	sd__staticServiceDataValues *sd__staticServiceDataValues_;	/* optional element of type sd:staticServiceDataValues */
public:
	virtual int soap_type() const { return 261; } /* = unique id SOAP_TYPE_gwsdl__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;

⌨️ 快捷键说明

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