Genivia Home Documentation
uddi2__set_USCOREpublisherAssertions Class Reference

updated Mon Feb 22 2016
 
Public Member Functions | Public Attributes | List of all members
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. More...
 
 uddi2__set_USCOREpublisherAssertions (struct soap *, std::vector< uddi2__publisherAssertion * > publisherAssertions)
 Member declared in uddi2-typemap.dat. More...
 
uddi2__publisherAssertionssend (const char *endpoint, char *authInfo)
 Member declared in uddi2-typemap.dat. More...
 

Public Attributes

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

Detailed Description

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

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

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

Constructor & Destructor Documentation

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::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

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

char* uddi2__set_USCOREpublisherAssertions::authInfo

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

Required element

char* uddi2__set_USCOREpublisherAssertions::generic

Attribute generic of type xs:string.

Required attribute

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

Vector of uddi2__publisherAssertion* with length 0..unbounded.

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: