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

📄 uddi_v2.h

📁 一款开源的soap库
💻 H
📖 第 1 页 / 共 5 页
字号:
@fn uddi2__get_USCOREbusinessDetail::uddi2__get_USCOREbusinessDetail(struct soap *soap, const char *businessKey)@brief@param[in] soap gSOAP context@param[in] businessKey stringCreates an instance of the get_USCOREbusinessDetail class using the specifiedbusiness key.*//**@fn uddi2__get_USCOREbusinessDetail::uddi2__get_USCOREbusinessDetail(struct soap *soap, std::vector<char*> businessKeys)@brief@param[in] soap gSOAP context@param[in] businessKeys collection of key stringsCreates an instance of the get_USCOREbusinessDetail class using the specifiedcollection of business keys.*//**@fn uddi2__businessDetail* uddi2__get_USCOREbusinessDetail::send(const char *endpoint)@brief@param[in] endpoint URL of the UDDI server@return A pointer to a uddi2__businessDetail object or NULL on errorSend a request to a UDDI server to get the business details.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:get_businessDetailExt///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREbusinessDetailExt@briefRepresents a request to get business details from a UDDI server.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137719*//**@fn uddi2__get_USCOREbusinessDetailExt::uddi2__get_USCOREbusinessDetailExt(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREbusinessDetailExt class.*//**@fn uddi2__get_USCOREbusinessDetailExt::uddi2__get_USCOREbusinessDetailExt(struct soap *soap, const char *businessKey)@brief@param[in] soap gSOAP context@param[in] businessKey stringCreates an instance of the get_USCOREbusinessDetailExt class using the specifiedbusiness key.*//**@fn uddi2__get_USCOREbusinessDetailExt::uddi2__get_USCOREbusinessDetailExt(struct soap *soap, std::vector<char*> businessKeys)@brief@param[in] soap gSOAP context@param[in] businessKeys collection of key stringsCreates an instance of the get_USCOREbusinessDetailExt class using the specifiedcollection of business keys.*//**@fn uddi2__businessDetailExt* uddi2__get_USCOREbusinessDetailExt::send(const char *endpoint)@brief@param[in] endpoint URL of the UDDI server@return A pointer to a uddi2__businessDetailExt object or NULL on errorSend a request to a UDDI server to get the business details.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:get_serviceDetail///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREserviceDetail@briefRepresents a request to get service details from a UDDI server.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137720*//**@fn uddi2__get_USCOREserviceDetail::uddi2__get_USCOREserviceDetail(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREserviceDetail class.*//**@fn uddi2__get_USCOREserviceDetail::uddi2__get_USCOREserviceDetail(struct soap *soap, const char *serviceKey)@brief@param[in] soap gSOAP context@param[in] serviceKey stringCreates an instance of the get_USCOREserviceDetail class using the specifiedservice key.*//**@fn uddi2__get_USCOREserviceDetail::uddi2__get_USCOREserviceDetail(struct soap *soap, std::vector<char*> serviceKeys)@brief@param[in] soap gSOAP context@param[in] serviceKeys collection of key stringsCreates an instance of the get_USCOREserviceDetail class using the specifiedcollection of service keys.*//**@fn uddi2__serviceDetail* uddi2__get_USCOREserviceDetail::send(const char *endpoint)@brief@param[in] endpoint URL of the UDDI server@return A pointer to a uddi2__serviceDetail object or NULL on errorSend a request to a UDDI server to get the service details.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:get_tModelDetail///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREtModelDetail@briefRepresents a request to get tModel details from a UDDI server.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137721*//**@fn uddi2__get_USCOREtModelDetail::uddi2__get_USCOREtModelDetail(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREtModelDetail class.*//**@fn uddi2__get_USCOREtModelDetail::uddi2__get_USCOREtModelDetail(struct soap *soap, const char *tModelKey)@brief@param[in] soap gSOAP context@param[in] tModelKey stringCreates an instance of the get_USCOREtModelDetail class using the specifiedtModel key.*//**@fn uddi2__get_USCOREtModelDetail::uddi2__get_USCOREtModelDetail(struct soap *soap, std::vector<char*> tModelKeys)@brief@param[in] soap gSOAP context@param[in] tModelKeys collection of key stringsCreates an instance of the get_USCOREtModelDetail class using the specifiedcollection of tModel keys.*//**@fn uddi2__tModelDetail* uddi2__get_USCOREtModelDetail::send(const char *endpoint)@brief@param[in] endpoint URL of the UDDI server@return A pointer to a uddi2__tModelDetail object or NULL on errorSend a request to a UDDI server to get the tModel details.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:add_publisherAssertions///////////////////////////////////////////////////////////////////////////////////**@class uddi2__add_USCOREpublisherAssertions@briefRepresents a request to add one or more publisher assertions to the assertioncollection for an individual publisher.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137731*//**@fn uddi2__add_USCOREpublisherAssertions::uddi2__add_USCOREpublisherAssertions(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the add_USCOREpublisherAssertions class.*//**@fn uddi2__add_USCOREpublisherAssertions::uddi2__add_USCOREpublisherAssertions(struct soap *soap, std::vector<uddi2__publisherAssertion*> publisherAssertions)@brief@param[in] soap gSOAP context@param[in] publisherAssertions collection of publisher assertionsCreates an instance of the add_USCOREpublisherAssertions class using thespecified publisher assertions.*//**@fn uddi2__dispositionReport *uddi2__add_USCOREpublisherAssertions::send(const char *endpoint, char *authInfo)@brief@param[in] endpoint URL of the UDDI server@param[in] authInfo authorization token provided by the UDDI server@return A pointer to a uddi2__dispositionReport object or NULL on errorSend a request to a UDDI server to add one or more publisher assertions to theassertion collection for an individual publisher.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:delete_binding///////////////////////////////////////////////////////////////////////////////////**@class uddi2__delete_USCOREbinding@briefRepresents a request to delete a binding that meets the specified requirements.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137732*//**@fn uddi2__delete_USCOREbinding::uddi2__delete_USCOREbinding(struct soap *soap)@briefCreates an instance of the delete_USCOREbinding class.*//**@fn uddi2__delete_USCOREbinding::uddi2__delete_USCOREbinding(struct soap *soap, const char *bindingKey)@brief@param[in] soap gSOAP context@param[in] bindingKey a binding key stringCreates an instance of the delete_USCOREbinding class.*//**@fn uddi2__delete_USCOREbinding::uddi2__delete_USCOREbinding(struct soap *soap, std::vector<char*> bindingKeys)@brief@param[in] soap gSOAP context@param[in] bindingKeys collection of binding keysCreates an instance of the delete_USCOREbinding class using the specifiedbinding keys.*//**@fn uddi2__dispositionReport *uddi2__delete_USCOREbinding::send(const char *endpoint, char *authInfo)@brief@param[in] endpoint URL of the UDDI server@param[in] authInfo authorization token provided by the UDDI server@return A pointer to a uddi2__dispositionReport object or NULL on errorSend a request to a UDDI service to delete a binding that meets the specifiedrequirements.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:delete_business///////////////////////////////////////////////////////////////////////////////////**@class uddi2__delete_USCOREbusiness@briefRepresents a request to delete a business that meets the specified requirements.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137733*//**@fn uddi2__delete_USCOREbusiness::uddi2__delete_USCOREbusiness(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the delete_USCOREbusiness class.*//**@fn uddi2__delete_USCOREbusiness::uddi2__delete_USCOREbusiness(struct soap *soap, const char *businessKey)@brief@param[in] soap gSOAP context@param[in] businessKey a business key stringCreates an instance of the delete_USCOREbusiness class using the specifiedbusiness key.*//**@fn uddi2__delete_USCOREbusiness::uddi2__delete_USCOREbusiness(struct soap *soap, std::vector<char*> businessKeys)@brief@param[in] soap gSOAP context@param[in] businessKeys collection of business keysCreates an instance of the delete_USCOREbusiness class using the specifiedbusiness keys.*//**@fn uddi2__dispositionReport *uddi2__delete_USCOREbusiness::send(const char *endpoint, char *authInfo)@brief@param[in] endpoint URL of the UDDI server@param[in] authInfo authorization token provided by the UDDI server@return A pointer to a uddi2__dispositionReport object or NULL on errorSend a request to a UDDI service to delete a business that meets the specifiedrequirements.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:delete_service///////////////////////////////////////////////////////////////////////////////////**@class uddi2__delete_USCOREservice@briefRepresents a request to delete a service that meets the specified requirements.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137735*//**@fn uddi2__delete_USCOREservice::uddi2__delete_USCOREservice(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the delete_USCOREservice class.*//**@fn uddi2__delete_USCOREservice::uddi2__delete_USCOREservice(struct soap *soap, const char *serviceKey)@brief@param[in] soap gSOAP context@param[in] serviceKey a service key stringCreates an instance of the delete_USCOREservice class using the specifiedservice key.*//**@fn uddi2__delete_USCOREservice::uddi2__delete_USCOREservice(struct soap *soap, std::vector<char*> serviceKeys)@brief@param[in] soap gSOAP context@param[in] serviceKeys collection of service keysCreates an instance of the delete_USCOREservice class using the specifiedservice keys.*//**@fn uddi2__dispositionReport *uddi2__delete_USCOREservice::send(const char *endpoint, char *authInfo)@brief@param[in] endpoint URL of the UDDI server@param[in] authInfo authorization token provided by the UDDI server@return A pointer to a uddi2__dispositionReport object or NULL on errorSend a request to a UDDI service to delete a service that meets the specifiedrequirements.*/////////////////////////////////////////////////////////////////////////////////////	uddi2:delete_tModel///////////////////////////////////////////////////////////////////////////////////**@class uddi2__delete_USCOREtModel@briefRepresents a request to delete a tModel that meets the specified requirements.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137736*//**@fn uddi2__delete_USCOREtModel::uddi2__delete_USCOREtModel(struct soap *soap)@brief@param[in] soap gSOAP context

⌨️ 快捷键说明

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