GDBMS 1.0
Public Member Functions
GDBMS_USCOREbindingService Class Reference

#include <GDBMS_USCOREbindingService.h>

List of all members.

Public Member Functions

 GDBMS_USCOREbindingService ()
 Constructor.
 GDBMS_USCOREbindingService (const struct soap &)
 Constructor with copy of another engine state.
 GDBMS_USCOREbindingService (soap_mode iomode)
 Constructor with engine input+output mode control.
 GDBMS_USCOREbindingService (soap_mode imode, soap_mode omode)
 Constructor with engine input and output mode control.
virtual ~GDBMS_USCOREbindingService ()
 Destructor, also frees all deserialized data.
virtual void destroy ()
 Delete all deserialized data (uses soap_destroy and soap_end)
virtual void GDBMS_USCOREbindingService_init (soap_mode imode, soap_mode omode)
 Initializer used by constructor.
virtual
GDBMS_USCOREbindingService
copy ()
 Create a copy.
virtual int soap_close_socket ()
 Force close connection (normally automatic)
virtual int soap_senderfault (const char *string, const char *detailXML)
 Return sender-related fault to sender.
virtual int soap_senderfault (const char *subcodeQName, const char *string, const char *detailXML)
 Return sender-related fault with SOAP 1.2 subcode to sender.
virtual int soap_receiverfault (const char *string, const char *detailXML)
 Return receiver-related fault to sender.
virtual int soap_receiverfault (const char *subcodeQName, const char *string, const char *detailXML)
 Return receiver-related fault with SOAP 1.2 subcode to sender.
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 void soap_noheader ()
 Disables and removes SOAP Header from message.
virtual int run (int port)
 Run simple single-thread iterative service on port until a connection error occurs (returns error code or SOAP_OK), use this->bind_flag = SO_REUSEADDR to rebind for a rerun.
virtual SOAP_SOCKET bind (const char *host, int port, int backlog)
 Bind service to port (returns master socket or SOAP_INVALID_SOCKET)
virtual SOAP_SOCKET accept ()
 Accept next request (returns socket or SOAP_INVALID_SOCKET)
virtual int serve ()
 Serve this request (returns error code or SOAP_OK)
virtual int dispatch ()
 Used by serve() to dispatch a request (returns error code or SOAP_OK)
virtual int Connect (std::string user, std::string pass, struct ns1__ConnectResponse &_param_1)
 Web service operation 'Connect' (returns error code or SOAP_OK)
virtual int GetSessionId (int user_USCOREid, struct ns1__GetSessionIdResponse &_param_2)
 Web service operation 'GetSessionId' (returns error code or SOAP_OK)
virtual int CreateUserGroup (int session_USCOREid, std::string group_USCOREname, struct ns1__CreateUserGroupResponse &_param_3)
 Web service operation 'CreateUserGroup' (returns error code or SOAP_OK)
virtual int DeleteUserGroup (int session_USCOREid, std::string group_USCOREname, struct ns1__DeleteUserGroupResponse &_param_4)
 Web service operation 'DeleteUserGroup' (returns error code or SOAP_OK)
virtual int GrantRightsToGroup (int session_USCOREid, std::string group_USCOREname, int rights, struct ns1__GrantRightsToGroupResponse &_param_5)
 Web service operation 'GrantRightsToGroup' (returns error code or SOAP_OK)
virtual int CreateUser (int session_USCOREid, std::string uname, std::string gr_USCOREname, std::string passwd, struct ns1__CreateUserResponse &_param_6)
 Web service operation 'CreateUser' (returns error code or SOAP_OK)
virtual int DeleteUser (int session_USCOREid, std::string uname, struct ns1__DeleteUserResponse &_param_7)
 Web service operation 'DeleteUser' (returns error code or SOAP_OK)
virtual int CreateGraph (int session_USCOREid, std::string gr_USCOREname, std::string description, std::string uname, struct ns1__CreateGraphResponse &_param_8)
 Web service operation 'CreateGraph' (returns error code or SOAP_OK)
virtual int DeleteGraph (int session_USCOREid, std::string gr_USCOREname, struct ns1__DeleteGraphResponse &_param_9)
 Web service operation 'DeleteGraph' (returns error code or SOAP_OK)
virtual int GrantRightsToGraph (int session_USCOREid, std::string gr_USCOREname, int rights_USCOREword, struct ns1__GrantRightsToGraphResponse &_param_10)
 Web service operation 'GrantRightsToGraph' (returns error code or SOAP_OK)
virtual int CloseSession (int session_USCOREid, struct ns1__CloseSessionResponse &_param_11)
 Web service operation 'CloseSession' (returns error code or SOAP_OK)
virtual int GetTransactionId (int session_USCOREid, std::string graph_USCOREname, struct ns1__GetTransactionIdResponse &_param_12)
 Web service operation 'GetTransactionId' (returns error code or SOAP_OK)
virtual int CloseTransaction (int transaction_USCOREid, struct ns1__CloseTransactionResponse &_param_13)
 Web service operation 'CloseTransaction' (returns error code or SOAP_OK)
virtual int DefineType (int transaction_USCOREid, std::string type_USCOREname, struct ns1__DefineTypeResponse &_param_14)
 Web service operation 'DefineType' (returns error code or SOAP_OK)
virtual int DeleteType (int transaction_USCOREid, std::string type_USCOREname, struct ns1__DeleteTypeResponse &_param_15)
 Web service operation 'DeleteType' (returns error code or SOAP_OK)
virtual int AddMemberToType (int transaction_USCOREid, std::string type_USCOREname, std::string member_USCOREname, int member_USCOREtype, int size, struct ns1__AddMemberToTypeResponse &_param_16)
 Web service operation 'AddMemberToType' (returns error code or SOAP_OK)
virtual int GetTypeId (int transaction_USCOREid, std::string type_USCOREname, struct ns1__GetTypeIdResponse &_param_17)
 Web service operation 'GetTypeId' (returns error code or SOAP_OK)
virtual int AddNode (int transaction_USCOREid, std::string node_USCOREname, std::string node_USCOREtype, struct ns1__AddNodeResponse &_param_18)
 Web service operation 'AddNode' (returns error code or SOAP_OK)
virtual int AddValueToNode (int transaction_USCOREid, std::string node_USCOREname, std::string path, std::string value, struct ns1__AddValueToNodeResponse &_param_19)
 Web service operation 'AddValueToNode' (returns error code or SOAP_OK)
virtual int DeleteNode (int transaction_USCOREid, std::string node_USCOREname, struct ns1__DeleteNodeResponse &_param_20)
 Web service operation 'DeleteNode' (returns error code or SOAP_OK)
virtual int AddEdge (int transaction_USCOREid, std::string edge_USCOREname, std::string edge_USCOREtype, struct ns1__AddEdgeResponse &_param_21)
 Web service operation 'AddEdge' (returns error code or SOAP_OK)
virtual int AddValueToEdge (int transaction_USCOREid, std::string edge_USCOREname, std::string path, std::string value, struct ns1__AddValueToEdgeResponse &_param_22)
 Web service operation 'AddValueToEdge' (returns error code or SOAP_OK)
virtual int DeleteEdge (int transaction_USCOREid, std::string edge_USCOREname, struct ns1__DeleteEdgeResponse &_param_23)
 Web service operation 'DeleteEdge' (returns error code or SOAP_OK)
virtual int FindMinPathBetweenNodes (int transaction_USCOREid, std::string node_USCOREname1, std::string node_USCOREname2, std::string paths, int paths_USCOREcount, std::string path_USCOREedges, struct ns1__FindMinPathBetweenNodesResponse &_param_24)
 Web service operation 'FindMinPathBetweenNodes' (returns error code or SOAP_OK)
virtual int FindMaxPathBetweenNodes (int transaction_USCOREid, std::string node_USCOREname1, std::string node_USCOREname2, std::string paths, int paths_USCOREcount, std::string path_USCOREedges, struct ns1__FindMaxPathBetweenNodesResponse &_param_25)
 Web service operation 'FindMaxPathBetweenNodes' (returns error code or SOAP_OK)
virtual int FindAllPathsBetweenNodes (int transaction_USCOREid, std::string node_USCOREname1, std::string node_USCOREname2, std::string paths, int paths_USCOREcount, std::string path_USCOREedges, struct ns1__FindAllPathsBetweenNodesResponse &_param_26)
 Web service operation 'FindAllPathsBetweenNodes' (returns error code or SOAP_OK)
virtual int FindAllFriends (int transaction_USCOREid, std::string node_USCOREname, std::string paths_USCOREnodes, int paths_USCOREcount, struct ns1__FindAllFriendsResponse &_param_27)
 Web service operation 'FindAllFriends' (returns error code or SOAP_OK)
virtual int FindBFS (int transaction_USCOREid, std::string node_USCOREname, std::string paths_USCOREnodes, std::string paths_USCOREvalues, int paths_USCOREcount, int limit_USCOREnodes, struct ns1__FindBFSResponse &_param_28)
 Web service operation 'FindBFS' (returns error code or SOAP_OK)
virtual int FindDFS (int transaction_USCOREid, std::string node_USCOREname, std::string paths_USCOREnodes, std::string paths_USCOREvalues, int paths_USCOREcount, int limit_USCOREnodes, struct ns1__FindDFSResponse &_param_29)
 Web service operation 'FindDFS' (returns error code or SOAP_OK)
virtual int InitiateTransactionStop (std::string user, std::string pass, struct ns1__InitiateTransactionStopResponse &_param_30)
 Web service operation 'InitiateTransactionStop' (returns error code or SOAP_OK)

Detailed Description

Definition at line 5 of file GDBMS_USCOREbindingService.h.


Constructor & Destructor Documentation

GDBMS_USCOREbindingService::GDBMS_USCOREbindingService ( )

Constructor.

Definition at line 19 of file GDBMS_USCOREbindingService.cpp.

GDBMS_USCOREbindingService::GDBMS_USCOREbindingService ( const struct soap &  _soap)

Constructor with copy of another engine state.

Definition at line 23 of file GDBMS_USCOREbindingService.cpp.

GDBMS_USCOREbindingService::GDBMS_USCOREbindingService ( soap_mode  iomode)

Constructor with engine input+output mode control.

Definition at line 26 of file GDBMS_USCOREbindingService.cpp.

GDBMS_USCOREbindingService::GDBMS_USCOREbindingService ( soap_mode  imode,
soap_mode  omode 
)

Constructor with engine input and output mode control.

Definition at line 30 of file GDBMS_USCOREbindingService.cpp.

GDBMS_USCOREbindingService::~GDBMS_USCOREbindingService ( ) [virtual]

Destructor, also frees all deserialized data.

Definition at line 34 of file GDBMS_USCOREbindingService.cpp.


Member Function Documentation

SOAP_SOCKET GDBMS_USCOREbindingService::accept ( ) [virtual]

Accept next request (returns socket or SOAP_INVALID_SOCKET)

Definition at line 119 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::AddEdge ( int  transaction_USCOREid,
std::string  edge_USCOREname,
std::string  edge_USCOREtype,
struct ns1__AddEdgeResponse _param_21 
) [virtual]

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

Definition at line 1604 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::AddMemberToType ( int  transaction_USCOREid,
std::string  type_USCOREname,
std::string  member_USCOREname,
int  member_USCOREtype,
int  size,
struct ns1__AddMemberToTypeResponse _param_16 
) [virtual]

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

Definition at line 1589 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::AddNode ( int  transaction_USCOREid,
std::string  node_USCOREname,
std::string  node_USCOREtype,
struct ns1__AddNodeResponse _param_18 
) [virtual]

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

Definition at line 1599 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::AddValueToEdge ( int  transaction_USCOREid,
std::string  edge_USCOREname,
std::string  path,
std::string  value,
struct ns1__AddValueToEdgeResponse _param_22 
) [virtual]

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

Definition at line 1608 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::AddValueToNode ( int  transaction_USCOREid,
std::string  node_USCOREname,
std::string  path,
std::string  value,
struct ns1__AddValueToNodeResponse _param_19 
) [virtual]

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

Definition at line 1581 of file GDBMS_USCOREbindingService.cpp.

SOAP_SOCKET GDBMS_USCOREbindingService::bind ( const char *  host,
int  port,
int  backlog 
) [virtual]

Bind service to port (returns master socket or SOAP_INVALID_SOCKET)

Definition at line 115 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::CloseSession ( int  session_USCOREid,
struct ns1__CloseSessionResponse _param_11 
) [virtual]

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

Definition at line 1555 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::CloseTransaction ( int  transaction_USCOREid,
struct ns1__CloseTransactionResponse _param_13 
) [virtual]

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

Definition at line 1577 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::Connect ( std::string  user,
std::string  pass,
struct ns1__ConnectResponse _param_1 
) [virtual]

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

Service operations (you should define these):

Definition at line 1507 of file GDBMS_USCOREbindingService.cpp.

GDBMS_USCOREbindingService * GDBMS_USCOREbindingService::copy ( ) [virtual]

Create a copy.

Definition at line 57 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::CreateGraph ( int  session_USCOREid,
std::string  gr_USCOREname,
std::string  description,
std::string  uname,
struct ns1__CreateGraphResponse _param_8 
) [virtual]

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

Definition at line 1538 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::CreateUser ( int  session_USCOREid,
std::string  uname,
std::string  gr_USCOREname,
std::string  passwd,
struct ns1__CreateUserResponse _param_6 
) [virtual]

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

Definition at line 1529 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::CreateUserGroup ( int  session_USCOREid,
std::string  group_USCOREname,
struct ns1__CreateUserGroupResponse _param_3 
) [virtual]

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

Definition at line 1516 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DefineType ( int  transaction_USCOREid,
std::string  type_USCOREname,
struct ns1__DefineTypeResponse _param_14 
) [virtual]

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

Definition at line 1566 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DeleteEdge ( int  transaction_USCOREid,
std::string  edge_USCOREname,
struct ns1__DeleteEdgeResponse _param_23 
) [virtual]

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

Definition at line 1613 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DeleteGraph ( int  session_USCOREid,
std::string  gr_USCOREname,
struct ns1__DeleteGraphResponse _param_9 
) [virtual]

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

Definition at line 1545 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DeleteNode ( int  transaction_USCOREid,
std::string  node_USCOREname,
struct ns1__DeleteNodeResponse _param_20 
) [virtual]

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

Definition at line 1585 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DeleteType ( int  transaction_USCOREid,
std::string  type_USCOREname,
struct ns1__DeleteTypeResponse _param_15 
) [virtual]

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

Definition at line 1572 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DeleteUser ( int  session_USCOREid,
std::string  uname,
struct ns1__DeleteUserResponse _param_7 
) [virtual]

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

Definition at line 1533 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::DeleteUserGroup ( int  session_USCOREid,
std::string  group_USCOREname,
struct ns1__DeleteUserGroupResponse _param_4 
) [virtual]

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

Definition at line 1520 of file GDBMS_USCOREbindingService.cpp.

void GDBMS_USCOREbindingService::destroy ( ) [virtual]

Delete all deserialized data (uses soap_destroy and soap_end)

Definition at line 52 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::dispatch ( ) [virtual]

Used by serve() to dispatch a request (returns error code or SOAP_OK)

Definition at line 212 of file GDBMS_USCOREbindingService.cpp.

virtual int GDBMS_USCOREbindingService::FindAllFriends ( int  transaction_USCOREid,
std::string  node_USCOREname,
std::string  paths_USCOREnodes,
int  paths_USCOREcount,
struct ns1__FindAllFriendsResponse _param_27 
) [virtual]

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

virtual int GDBMS_USCOREbindingService::FindAllPathsBetweenNodes ( int  transaction_USCOREid,
std::string  node_USCOREname1,
std::string  node_USCOREname2,
std::string  paths,
int  paths_USCOREcount,
std::string  path_USCOREedges,
struct ns1__FindAllPathsBetweenNodesResponse _param_26 
) [virtual]

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

virtual int GDBMS_USCOREbindingService::FindBFS ( int  transaction_USCOREid,
std::string  node_USCOREname,
std::string  paths_USCOREnodes,
std::string  paths_USCOREvalues,
int  paths_USCOREcount,
int  limit_USCOREnodes,
struct ns1__FindBFSResponse _param_28 
) [virtual]

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

virtual int GDBMS_USCOREbindingService::FindDFS ( int  transaction_USCOREid,
std::string  node_USCOREname,
std::string  paths_USCOREnodes,
std::string  paths_USCOREvalues,
int  paths_USCOREcount,
int  limit_USCOREnodes,
struct ns1__FindDFSResponse _param_29 
) [virtual]

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

int GDBMS_USCOREbindingService::FindMaxPathBetweenNodes ( int  transaction_USCOREid,
std::string  node_USCOREname1,
std::string  node_USCOREname2,
std::string  paths,
int  paths_USCOREcount,
std::string  path_USCOREedges,
struct ns1__FindMaxPathBetweenNodesResponse _param_25 
) [virtual]

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

Definition at line 1672 of file GDBMS_USCOREbindingService.cpp.

virtual int GDBMS_USCOREbindingService::FindMinPathBetweenNodes ( int  transaction_USCOREid,
std::string  node_USCOREname1,
std::string  node_USCOREname2,
std::string  paths,
int  paths_USCOREcount,
std::string  path_USCOREedges,
struct ns1__FindMinPathBetweenNodesResponse _param_24 
) [virtual]

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

void GDBMS_USCOREbindingService::GDBMS_USCOREbindingService_init ( soap_mode  imode,
soap_mode  omode 
) [virtual]

Initializer used by constructor.

Definition at line 37 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::GetSessionId ( int  user_USCOREid,
struct ns1__GetSessionIdResponse _param_2 
) [virtual]

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

Definition at line 1511 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::GetTransactionId ( int  session_USCOREid,
std::string  graph_USCOREname,
struct ns1__GetTransactionIdResponse _param_12 
) [virtual]

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

Definition at line 1560 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::GetTypeId ( int  transaction_USCOREid,
std::string  type_USCOREname,
struct ns1__GetTypeIdResponse _param_17 
) [virtual]

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

Definition at line 1594 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::GrantRightsToGraph ( int  session_USCOREid,
std::string  gr_USCOREname,
int  rights_USCOREword,
struct ns1__GrantRightsToGraphResponse _param_10 
) [virtual]

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

Definition at line 1550 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::GrantRightsToGroup ( int  session_USCOREid,
std::string  group_USCOREname,
int  rights,
struct ns1__GrantRightsToGroupResponse _param_5 
) [virtual]

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

Definition at line 1525 of file GDBMS_USCOREbindingService.cpp.

virtual int GDBMS_USCOREbindingService::InitiateTransactionStop ( std::string  user,
std::string  pass,
struct ns1__InitiateTransactionStopResponse _param_30 
) [virtual]

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

int GDBMS_USCOREbindingService::run ( int  port) [virtual]

Run simple single-thread iterative service on port until a connection error occurs (returns error code or SOAP_OK), use this->bind_flag = SO_REUSEADDR to rebind for a rerun.

Definition at line 100 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::serve ( ) [virtual]

Serve this request (returns error code or SOAP_OK)

Definition at line 123 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::soap_close_socket ( ) [virtual]

Force close connection (normally automatic)

Definition at line 62 of file GDBMS_USCOREbindingService.cpp.

void GDBMS_USCOREbindingService::soap_noheader ( ) [virtual]

Disables and removes SOAP Header from message.

Definition at line 96 of file GDBMS_USCOREbindingService.cpp.

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

Print fault.

Definition at line 82 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::soap_receiverfault ( const char *  string,
const char *  detailXML 
) [virtual]

Return receiver-related fault to sender.

Definition at line 74 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::soap_receiverfault ( const char *  subcodeQName,
const char *  string,
const char *  detailXML 
) [virtual]

Return receiver-related fault with SOAP 1.2 subcode to sender.

Definition at line 78 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::soap_senderfault ( const char *  subcodeQName,
const char *  string,
const char *  detailXML 
) [virtual]

Return sender-related fault with SOAP 1.2 subcode to sender.

Definition at line 70 of file GDBMS_USCOREbindingService.cpp.

int GDBMS_USCOREbindingService::soap_senderfault ( const char *  string,
const char *  detailXML 
) [virtual]

Return sender-related fault to sender.

Definition at line 66 of file GDBMS_USCOREbindingService.cpp.

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

Put fault into buffer.

Definition at line 91 of file GDBMS_USCOREbindingService.cpp.

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

Print fault to stream.

Definition at line 87 of file GDBMS_USCOREbindingService.cpp.


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