Foxit PDF SDK
fsdk.SOAPResponseInfo Class Reference

Public Member Functions

def GetNetwork_error ()
 Get network error information of the SOAP response. More...
 
def GetResponse_body ()
 Get body of the SOAP response. More...
 
def GetResponse_header ()
 Get header of the SOAP response. More...
 
def GetStatus_code ()
 Get status code of the response. More...
 
def Set (response_header, response_body, network_error, status_code)
 Set values. More...
 
def SetNetwork_error (value)
 Set network error information of the SOAP response. More...
 
def SetResponse_body (value)
 Set body of the SOAP response. More...
 
def SetResponse_header (value)
 Set header of the SOAP response. More...
 
def SetStatus_code (value)
 Set status code of the response. More...
 

Detailed Description

This class represents SOAP response.

Member Function Documentation

◆ GetNetwork_error()

fsdk.SOAPResponseInfo.GetNetwork_error ( )

Get network error information of the SOAP response.

Returns
Network error information of the SOAP response.

◆ GetResponse_body()

fsdk.SOAPResponseInfo.GetResponse_body ( )

Get body of the SOAP response.

Returns
Body of the SOAP response.

◆ GetResponse_header()

fsdk.SOAPResponseInfo.GetResponse_header ( )

Get header of the SOAP response.

Returns
Header of the SOAP response.

◆ GetStatus_code()

fsdk.SOAPResponseInfo.GetStatus_code ( )

Get status code of the response.

Returns
Status code of the response.

◆ Set()

def fsdk.SOAPResponseInfo.Set (   response_header,
  response_body,
  network_error,
  status_code 
)

Set values.

Parameters
[in]response_headerHeader of the SOAP response.
[in]response_bodyBody of the SOAP response.
[in]network_errorNetwork error information of the SOAP response.
[in]status_codeStatus code of the response.
Returns
None.

◆ SetNetwork_error()

fsdk.SOAPResponseInfo.SetNetwork_error (   value)

Set network error information of the SOAP response.

Parameters
[in]valueNetwork error information of the SOAP response.
Returns
None.

◆ SetResponse_body()

fsdk.SOAPResponseInfo.SetResponse_body (   value)

Set body of the SOAP response.

Parameters
[in]valueBody of the SOAP response.
Returns
None.

◆ SetResponse_header()

fsdk.SOAPResponseInfo.SetResponse_header (   value)

Set header of the SOAP response.

Parameters
[in]valueHeader of the SOAP response.
Returns
None.

◆ SetStatus_code()

fsdk.SOAPResponseInfo.SetStatus_code (   value)

Set status code of the response.

Parameters
[in]valueStatus code of the response.
Returns
None.