📄 uddi_v2.h
字号:
Creates an instance of the delete_USCOREtModel class.*//**@fn uddi2__delete_USCOREtModel::uddi2__delete_USCOREtModel(struct soap *soap, const char *tModelKey)@brief@param[in] soap gSOAP context@param[in] tModelKey a tModel key stringCreates an instance of the delete_USCOREtModel class using the specifiedtModel key.*//**@fn uddi2__delete_USCOREtModel::uddi2__delete_USCOREtModel(struct soap *soap, std::vector<char*> tModelKeys)@brief@param[in] soap gSOAP context@param[in] tModelKeys collection of tModel keysCreates an instance of the delete_USCOREtModel class using the specifiedtModel keys.*//**@fn uddi2__dispositionReport *uddi2__delete_USCOREtModel::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 tModel that meets the specifiedrequirements.*///////////////////////////////////////////////////////////////////////////////////// uddi2:delete_publisherAssertions///////////////////////////////////////////////////////////////////////////////////**@class uddi2__delete_USCOREpublisherAssertions@briefRepresents a request to delete publisher assertions meeting the specifiedrequirements.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137734*//**@fn uddi2__delete_USCOREpublisherAssertions::uddi2__delete_USCOREpublisherAssertions(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the delete_USCOREpublisherAssertions class.*//**@fn uddi2__delete_USCOREpublisherAssertions::uddi2__delete_USCOREpublisherAssertions(struct soap *soap, std::vector<uddi2__publisherAssertion*> publisherAssertions)@brief@param[in] soap gSOAP context@param[in] publisherAssertions a collection of publisher assertionsCreates an instance of the delete_USCOREpublisherAssertions class using thespecified collection of publisher assertions.*//**@fn uddi2__dispositionReport *uddi2__delete_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 service to delete publisher assertions meeting thespecified requirements.*///////////////////////////////////////////////////////////////////////////////////// uddi2:discard_authToken///////////////////////////////////////////////////////////////////////////////////**@class uddi2__discard_USCOREauthToken@briefRepresents a request to discard an authorization token obtained with theget_USCOREauthToken class.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137737*//**@fn uddi2__discard_USCOREauthToken::uddi2__discard_USCOREauthToken(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the delete_USCOREauthToken class.*//**@fn uddi2__discard_USCOREauthToken::uddi2__discard_USCOREauthToken(struct soap *soap, const char *authInfo)@brief@param[in] soap gSOAP context@param[in] authInfo authorization token provided by the UDDI serverCreates an instance of the delete_USCOREauthToken class using the specifiedauthentication token string.*//**@fn uddi2__dispositionReport *uddi2__discard_USCOREauthToken::send(const char *endpoint)@brief@param[in] endpoint URL of the UDDI server@return A pointer to a uddi2__dispositionReport object or NULL on errorSend a request to a UDDI service to discard an authentication token.*///////////////////////////////////////////////////////////////////////////////////// uddi2:get_assertionStatusReport///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREassertionStatusReport@briefProvides the ability to determine the status of current and outstandingpublisher assertions. The results can be restricted by setting thecompletionStatus property.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137738*//**@fn uddi2__get_USCOREassertionStatusReport::uddi2__get_USCOREassertionStatusReport(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREassertionStatusReport class.*//**@fn uddi2__get_USCOREassertionStatusReport::uddi2__get_USCOREassertionStatusReport(struct soap *soap, const char *completionStatus)@brief@param[in] soap gSOAP context@param[in] completionStatus completion status stringCreates an instance of the get_USCOREassertionStatusReport class using thespecified completion status.*//**@fn uddi2__assertionStatusReport *uddi2__get_USCOREassertionStatusReport::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__assertionStatusReport object or NULL on errorSend a request to a UDDI service to get the status of current and outstandingpublisher assertions.*///////////////////////////////////////////////////////////////////////////////////// uddi2:get_authToken///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREauthToken@briefRepresents a request to obtain an authorization token, which is represented bythe uddi2__authToken class.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137739*//**@fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREauthToken class.*//**@fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)@brief@param[in] soap gSOAP context@param[in] userid the user ID string@param[in] passwd the password stringCreates an instance of the get_USCOREauthToken class using the specified userID and password.*//**@fn uddi2__authToken *uddi2__get_USCOREauthToken::send(const char *endpoint)@brief@param[in] endpoint URL of the UDDI server@return A pointer to a uddi2__authToken object or NULL on errorSend a request to a UDDI service to get a authorization token given a userID and password.*///////////////////////////////////////////////////////////////////////////////////// uddi2:get_publisherAssertions///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREpublisherAssertions@briefRepresents a request to obtain the full set of publisher assertions that areassociated with an individual publisher.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137740*//**@fn uddi2__get_USCOREpublisherAssertions::uddi2__get_USCOREpublisherAssertions(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREpublisherAssetions class.*//**@fn uddi2__publisherAssertions *uddi2__get_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__publisherAssertions object or NULL on errorSend a request to a UDDI service to get publisher assertions.*///////////////////////////////////////////////////////////////////////////////////// uddi2:get_registeredInfo///////////////////////////////////////////////////////////////////////////////////**@class uddi2__get_USCOREregisteredInfo@briefRepresents a request to get all registered business entities and tModelscontrolled by an individual.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137741*//**@fn uddi2__get_USCOREregisteredInfo::uddi2__get_USCOREregisteredInfo(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the get_USCOREregisteredInfo class.*//**@fn uddi2__registeredInfo *uddi2__get_USCOREregisteredInfo::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__registeredInfo object or NULL on errorSend a request to a UDDI service to get all registered business entities andtModels controlled by an individual.*///////////////////////////////////////////////////////////////////////////////////// uddi2:save_binding///////////////////////////////////////////////////////////////////////////////////**@class uddi2__save_USCOREbinding@briefRepresents a request to post binding information on a UDDI server.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137742*//**@fn uddi2__save_USCOREbinding::uddi2__save_USCOREbinding(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the save_USCOREbinding class.*//**@fn uddi2__save_USCOREbinding::uddi2__save_USCOREbinding(struct soap *soap, uddi2__bindingTemplate &bindingTemplate)@brief@param[in] soap gSOAP context@param[in] bindingTemplate binding templateCreates an instance of the save_USCOREbinding class using the specified bindingtemplate.*//**@fn uddi2__save_USCOREbinding::uddi2__save_USCOREbinding(struct soap *soap, std::vector<uddi2__bindingTemplate*> bindingTemplates)@brief@param[in] soap gSOAP context@param[in] bindingTemplates collection of binding templatesCreates an instance of the save_USCOREbinding class using the specified bindingtemplates.*//**@fn uddi2__bindingDetail *uddi2__save_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__bindingDetail object or NULL on errorSend a request to a UDDI server to post binding information on the server.*///////////////////////////////////////////////////////////////////////////////////// uddi2:save_business///////////////////////////////////////////////////////////////////////////////////**@class uddi2__save_USCOREbusiness@briefRepresents a request to post business information on a UDDI server.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137743*//**@fn uddi2__save_USCOREbusiness::uddi2__save_USCOREbusiness(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the save_USCOREbusiness class.*//**@fn uddi2__save_USCOREbusiness::uddi2__save_USCOREbusiness(struct soap *soap, uddi2__businessEntity &businessEntity)@brief@param[in] soap gSOAP context@param[in] businessEntity business entityCreates an instance of the save_USCOREbusiness class using the specifiedbusiness entity.*//**@fn uddi2__save_USCOREbusiness::uddi2__save_USCOREbusiness(struct soap *soap, std::vector<uddi2__businessEntity*> businessEntities)@brief@param[in] soap gSOAP context@param[in] businessEntities collection of business entitiesCreates an instance of the save_USCOREbusiness class using the specifiedbusiness entities.*//**@fn uddi2__businessDetail *uddi2__save_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__businessDetail object or NULL on errorSend a request to a UDDI server to post business information on the server.*///////////////////////////////////////////////////////////////////////////////////// uddi2:save_service///////////////////////////////////////////////////////////////////////////////////**@class uddi2__save_USCOREservice@briefRepresents a request to post service information on a UDDI server.See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137744*//**@fn uddi2__save_USCOREservice::uddi2__save_USCOREservice(struct soap *soap)@brief@param[in] soap gSOAP contextCreates an instance of the save_USCOREservice class.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -