Services_Amazon_SQS
[ class tree: Services_Amazon_SQS ] [ index: Services_Amazon_SQS ] [ all elements ]

Class: Services_Amazon_SQS_Response

Source Location: /Services_Amazon_SQS-0.3.0/Services/Amazon/SQS/Response.php

Class Overview


Amazon Simple Queue Service (SQS) response class


Author(s):

Copyright:

  • 2008 Mike Brittain, 2008 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 60]
Amazon Simple Queue Service (SQS) response class

This class provides high-level methods for using an Amazon SQS HTTP response. Detailed response parsing may be accomplished with the XPath object provided by this class.



[ Top ]


Method Detail

__construct (Constructor)   [line 117]

Services_Amazon_SQS_Response __construct( HTTP_Request2_Response $httpResponse)

Creates a new high-level SQS response object
  • Access: public

Parameters:

HTTP_Request2_Response   $httpResponse   —  the HTTP response.

[ Top ]

getDocument   [line 156]

DOMDocument getDocument( )

Gets the document object for this response
  • Return: the DOM Document for this response.
  • Access: public

[ Top ]

getXPath   [line 130]

DOMXPath getXPath( )

Gets the XPath object for this response
  • Return: the XPath object for response.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:35:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.