Genivia Home Documentation
uddi2__set_USCOREpublisherAssertions Class Reference

updated Wed Oct 30 2024 by Robert van Engelen
 
uddi2__set_USCOREpublisherAssertions Class Reference

Schema urn:uddi-org:api_v2:"set_publisherAssertions". More...

#include <uddi_v2.h>

Public Member Functions

 uddi2__set_USCOREpublisherAssertions (struct soap *)
 Member declared in uddi2-typemap.dat.
 
 uddi2__set_USCOREpublisherAssertions (struct soap *, std::vector< uddi2__publisherAssertion * > publisherAssertions)
 Member declared in uddi2-typemap.dat.
 
uddi2__publisherAssertionssend (const char *endpoint, char *authInfo)
 Member declared in uddi2-typemap.dat.
 

Public Attributes

char * authInfo
 Element reference "urn:uddi-org:api_v2":authInfo.
 
std::vector< uddi2__publisherAssertion * > publisherAssertion
 Vector of uddi2__publisherAssertion* with length 0..unbounded.
 
char * generic
 Attribute generic of type xs:string.
 
struct soap * soap
 A handle to the soap struct context that manages this class instance.
 

Detailed Description

Schema urn:uddi-org:api_v2:"set_publisherAssertions".

Represents a request to modify the existing publisher assertions for an individual publisher.

See @url http://uddi.org/pubs/ProgrammersAPI_v2.htm#_Toc25137746

Constructor & Destructor Documentation

◆ uddi2__set_USCOREpublisherAssertions() [1/2]

uddi2__set_USCOREpublisherAssertions::uddi2__set_USCOREpublisherAssertions ( struct soap * soap)

Member declared in uddi2-typemap.dat.

Parameters
[in]soapgSOAP context

Creates an instance of the set_USCOREpublisherAssertions class.

◆ uddi2__set_USCOREpublisherAssertions() [2/2]

uddi2__set_USCOREpublisherAssertions::uddi2__set_USCOREpublisherAssertions ( struct soap * soap,
std::vector< uddi2__publisherAssertion * > publisherAssertions )

Member declared in uddi2-typemap.dat.

Parameters
[in]soapgSOAP context
[in]publisherAssertionscollection of publisher assertions

Creates an instance of the set_USCOREpublisherAssertions class using the specified collection of publisher assertions.

Member Function Documentation

◆ send()

uddi2__publisherAssertions * uddi2__set_USCOREpublisherAssertions::send ( const char * endpoint,
char * authInfo )

Member declared in uddi2-typemap.dat.

Parameters
[in]endpointURL of the UDDI server
[in]authInfoauthorization token provided by the UDDI server
Returns
A pointer to a uddi2__publisherAssertions object or NULL on error

Send a request to a UDDI server to post tModel information on the server.

Member Data Documentation

◆ authInfo

char* uddi2__set_USCOREpublisherAssertions::authInfo

Element reference "urn:uddi-org:api_v2":authInfo.

Required element

◆ generic

char* uddi2__set_USCOREpublisherAssertions::generic

Attribute generic of type xs:string.

Required attribute

◆ publisherAssertion

std::vector<uddi2__publisherAssertion*> uddi2__set_USCOREpublisherAssertions::publisherAssertion

Vector of uddi2__publisherAssertion* with length 0..unbounded.

◆ soap

struct soap* uddi2__set_USCOREpublisherAssertions::soap

A handle to the soap struct context that manages this class instance.


The documentation for this class was generated from the following file: