copasi API  0.1
Public Member Functions | Public Attributes
MiriamWebServicesSoapBindingProxy Class Reference

#include <soapMiriamWebServicesSoapBindingProxy.h>

Inheritance diagram for MiriamWebServicesSoapBindingProxy:
soap

List of all members.

Public Member Functions

 MiriamWebServicesSoapBindingProxy ()
 Constructor.
 MiriamWebServicesSoapBindingProxy (const struct soap &)
 Constructor with copy of another engine state.
 MiriamWebServicesSoapBindingProxy (soap_mode iomode)
 Constructor with engine input+output mode control.
 MiriamWebServicesSoapBindingProxy (soap_mode imode, soap_mode omode)
 Constructor with engine input and output mode control.
virtual ~MiriamWebServicesSoapBindingProxy ()
 Destructor frees deserialized data.
virtual void MiriamWebServicesSoapBindingProxy_init (soap_mode imode, soap_mode omode)
 Initializer used by constructor.
virtual void soap_noheader ()
 Disables and removes SOAP Header from message.
virtual const SOAP_ENV__Faultsoap_fault ()
 Get SOAP Fault structure (NULL when absent)
virtual const char * soap_fault_string ()
 Get SOAP Fault string (NULL when absent)
virtual const char * soap_fault_detail ()
 Get SOAP Fault detail as string (NULL when absent)
virtual int soap_close_socket ()
 Force close connection (normally automatic, except for send_X ops)
virtual void soap_print_fault (FILE *)
 Print fault.
virtual void soap_stream_fault (std::ostream &)
 Print fault to stream.
virtual char * soap_sprint_fault (char *buf, size_t len)
 Put fault into buffer.
virtual int getName (std::string _uri, std::string &_getNameReturn)
 Web service operation 'getName' (returns error code or SOAP_OK)
virtual int getLocation (std::string _uri, std::string _resource, std::string &_getLocationReturn)
 Web service operation 'getLocation' (returns error code or SOAP_OK)
virtual int getURI (std::string _name, std::string _id, std::string &_getURIReturn)
 Web service operation 'getURI' (returns error code or SOAP_OK)
virtual int getDataResources (std::string _nickname, struct ns2__getDataResourcesResponse &_param_1)
 Web service operation 'getDataResources' (returns error code or SOAP_OK)
virtual int getServicesInfo (std::string &getServicesInfoReturn)
 Web service operation 'getServicesInfo' (returns error code or SOAP_OK)
virtual int getServicesVersion (std::string &getServicesVersionReturn)
 Web service operation 'getServicesVersion' (returns error code or SOAP_OK)
virtual int getJavaLibraryVersion (std::string &getJavaLibraryVersionReturn)
 Web service operation 'getJavaLibraryVersion' (returns error code or SOAP_OK)
virtual int getDataTypeURI (std::string _name, std::string &_getDataTypeURIReturn)
 Web service operation 'getDataTypeURI' (returns error code or SOAP_OK)
virtual int getDataTypeURIs (std::string _name, struct ns2__getDataTypeURIsResponse &_param_2)
 Web service operation 'getDataTypeURIs' (returns error code or SOAP_OK)
virtual int getDataTypeDef (std::string _nickname, std::string &_getDataTypeDefReturn)
 Web service operation 'getDataTypeDef' (returns error code or SOAP_OK)
virtual int getLocations (std::string _nickname, std::string _id, struct ns2__getLocationsResponse &_param_3)
 Web service operation 'getLocations' (returns error code or SOAP_OK)
virtual int getLocations_ (std::string _nickname, std::string _id, struct ns2__getLocationsResponse_ &_param_4)
 Web service operation 'getLocations' (returns error code or SOAP_OK)
virtual int isDeprecated (std::string _uri, std::string &_isDeprecatedReturn)
 Web service operation 'isDeprecated' (returns error code or SOAP_OK)
virtual int getOfficialDataTypeURI (std::string _uri, std::string &_getOfficialDataTypeURIReturn)
 Web service operation 'getOfficialDataTypeURI' (returns error code or SOAP_OK)
virtual int getMiriamURI (std::string _uri, std::string &_getMiriamURIReturn)
 Web service operation 'getMiriamURI' (returns error code or SOAP_OK)
virtual int getDataTypePattern (std::string _nickname, std::string &_getDataTypePatternReturn)
 Web service operation 'getDataTypePattern' (returns error code or SOAP_OK)
virtual int getResourceInfo (std::string _id, std::string &_getResourceInfoReturn)
 Web service operation 'getResourceInfo' (returns error code or SOAP_OK)
virtual int getResourceInstitution (std::string _id, std::string &_getResourceInstitutionReturn)
 Web service operation 'getResourceInstitution' (returns error code or SOAP_OK)
virtual int getResourceLocation (std::string _id, std::string &_getResourceLocationReturn)
 Web service operation 'getResourceLocation' (returns error code or SOAP_OK)
virtual int getDataTypeSynonyms (std::string _name, struct ns2__getDataTypeSynonymsResponse &_param_5)
 Web service operation 'getDataTypeSynonyms' (returns error code or SOAP_OK)
virtual int getNames (std::string _uri, struct ns2__getNamesResponse &_param_6)
 Web service operation 'getNames' (returns error code or SOAP_OK)
virtual int getDataTypesName (struct ns2__getDataTypesNameResponse &_param_7)
 Web service operation 'getDataTypesName' (returns error code or SOAP_OK)
virtual int getDataTypesId (struct ns2__getDataTypesIdResponse &_param_8)
 Web service operation 'getDataTypesId' (returns error code or SOAP_OK)
virtual int checkRegExp (std::string _identifier, std::string _datatype, std::string &_checkRegExpReturn)
 Web service operation 'checkRegExp' (returns error code or SOAP_OK)

Public Attributes

const char * soap_endpoint
 Endpoint URL of service 'MiriamWebServicesSoapBindingProxy' (change as needed)

Constructor & Destructor Documentation

MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy ( )

Constructor.

MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy ( const struct soap soap)

Constructor with copy of another engine state.

MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy ( soap_mode  iomode)

Constructor with engine input+output mode control.

MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy ( soap_mode  imode,
soap_mode  omode 
)

Constructor with engine input and output mode control.

MiriamWebServicesSoapBindingProxy::~MiriamWebServicesSoapBindingProxy ( ) [virtual]

Destructor frees deserialized data.


Member Function Documentation

int MiriamWebServicesSoapBindingProxy::checkRegExp ( std::string  _identifier,
std::string  _datatype,
std::string &  _checkRegExpReturn 
) [virtual]

Web service operation 'checkRegExp' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataResources ( std::string  _nickname,
struct ns2__getDataResourcesResponse _param_1 
) [virtual]

Web service operation 'getDataResources' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypeDef ( std::string  _nickname,
std::string &  _getDataTypeDefReturn 
) [virtual]

Web service operation 'getDataTypeDef' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypePattern ( std::string  _nickname,
std::string &  _getDataTypePatternReturn 
) [virtual]

Web service operation 'getDataTypePattern' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypesId ( struct ns2__getDataTypesIdResponse _param_8) [virtual]

Web service operation 'getDataTypesId' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypesName ( struct ns2__getDataTypesNameResponse _param_7) [virtual]

Web service operation 'getDataTypesName' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms ( std::string  _name,
struct ns2__getDataTypeSynonymsResponse _param_5 
) [virtual]

Web service operation 'getDataTypeSynonyms' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypeURI ( std::string  _name,
std::string &  _getDataTypeURIReturn 
) [virtual]

Web service operation 'getDataTypeURI' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getDataTypeURIs ( std::string  _name,
struct ns2__getDataTypeURIsResponse _param_2 
) [virtual]

Web service operation 'getDataTypeURIs' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion ( std::string &  getJavaLibraryVersionReturn) [virtual]

Web service operation 'getJavaLibraryVersion' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getLocation ( std::string  _uri,
std::string  _resource,
std::string &  _getLocationReturn 
) [virtual]

Web service operation 'getLocation' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getLocations ( std::string  _nickname,
std::string  _id,
struct ns2__getLocationsResponse _param_3 
) [virtual]

Web service operation 'getLocations' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getLocations_ ( std::string  _nickname,
std::string  _id,
struct ns2__getLocationsResponse_ _param_4 
) [virtual]

Web service operation 'getLocations' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getMiriamURI ( std::string  _uri,
std::string &  _getMiriamURIReturn 
) [virtual]

Web service operation 'getMiriamURI' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getName ( std::string  _uri,
std::string &  _getNameReturn 
) [virtual]

Web service operation 'getName' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getNames ( std::string  _uri,
struct ns2__getNamesResponse _param_6 
) [virtual]

Web service operation 'getNames' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI ( std::string  _uri,
std::string &  _getOfficialDataTypeURIReturn 
) [virtual]

Web service operation 'getOfficialDataTypeURI' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getResourceInfo ( std::string  _id,
std::string &  _getResourceInfoReturn 
) [virtual]

Web service operation 'getResourceInfo' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getResourceInstitution ( std::string  _id,
std::string &  _getResourceInstitutionReturn 
) [virtual]

Web service operation 'getResourceInstitution' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getResourceLocation ( std::string  _id,
std::string &  _getResourceLocationReturn 
) [virtual]

Web service operation 'getResourceLocation' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getServicesInfo ( std::string &  getServicesInfoReturn) [virtual]

Web service operation 'getServicesInfo' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getServicesVersion ( std::string &  getServicesVersionReturn) [virtual]

Web service operation 'getServicesVersion' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::getURI ( std::string  _name,
std::string  _id,
std::string &  _getURIReturn 
) [virtual]

Web service operation 'getURI' (returns error code or SOAP_OK)

int MiriamWebServicesSoapBindingProxy::isDeprecated ( std::string  _uri,
std::string &  _isDeprecatedReturn 
) [virtual]

Web service operation 'isDeprecated' (returns error code or SOAP_OK)

void MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy_init ( soap_mode  imode,
soap_mode  omode 
) [virtual]

Initializer used by constructor.

int MiriamWebServicesSoapBindingProxy::soap_close_socket ( ) [virtual]

Force close connection (normally automatic, except for send_X ops)

const SOAP_ENV__Fault * MiriamWebServicesSoapBindingProxy::soap_fault ( ) [virtual]

Get SOAP Fault structure (NULL when absent)

const char * MiriamWebServicesSoapBindingProxy::soap_fault_detail ( ) [virtual]

Get SOAP Fault detail as string (NULL when absent)

const char * MiriamWebServicesSoapBindingProxy::soap_fault_string ( ) [virtual]

Get SOAP Fault string (NULL when absent)

void MiriamWebServicesSoapBindingProxy::soap_noheader ( ) [virtual]

Disables and removes SOAP Header from message.

void MiriamWebServicesSoapBindingProxy::soap_print_fault ( FILE *  fd) [virtual]

Print fault.

char * MiriamWebServicesSoapBindingProxy::soap_sprint_fault ( char *  buf,
size_t  len 
) [virtual]

Put fault into buffer.

void MiriamWebServicesSoapBindingProxy::soap_stream_fault ( std::ostream &  os) [virtual]

Print fault to stream.


Member Data Documentation

Endpoint URL of service 'MiriamWebServicesSoapBindingProxy' (change as needed)


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines