Package DE_EPAGES::Amazon::API::SOAP::SOAPResponseHandler
Amazon SOAP Response base class.
Functions
IsError
sets or gets error status
Syntax |
$Object->IsError(1); $Object->IsError |
Example |
$Object->IsError(1); if ($Object->IsError ) {} |
Input |
|
Return |
|
Result
Description
Syntax |
$Object->Result( $Input ); |
Example |
$Result = $Object->Result(); $Object->Result( ExampleData ); |
Input |
|
Return |
|
handleSOAPError
Analyzes SOM Tree for Faults and dies on existance of an error
Syntax |
$Result = $Object->handleSOAPError( $SOM ); |
Example |
$Result = $Object->handleSOAPError( $soap->call() ); |
Input |
|
Return |
|
handleSOAPResponse
dummy handler supposed to be overwritten by child classes, sets result data
Syntax |
$Object->handleSOAPResponse( $Input ); |
Example |
$Object->handleSOAPResponse( ExampleData ); |
Input |
|
Return |
|