#include <nsHTTPSOAPTransport.h>
Public Member Functions | |
| nsHTTPSOAPTransportCompletion () | |
| nsHTTPSOAPTransportCompletion (nsISOAPCall *call, nsISOAPResponse *response, nsIXMLHttpRequest *request, nsISOAPResponseListener *listener) | |
| virtual | ~nsHTTPSOAPTransportCompletion () |
| NS_DECL_ISUPPORTS NS_DECL_NSISOAPCALLCOMPLETION NS_IMETHOD | HandleEvent (nsIDOMEvent *aEvent) |
Protected Attributes | |
| nsCOMPtr< nsISOAPCall > | mCall |
| nsCOMPtr< nsISOAPResponse > | mResponse |
| nsCOMPtr< nsIXMLHttpRequest > | mRequest |
| nsCOMPtr< nsISOAPResponseListener > | mListener |
| nsHTTPSOAPTransportCompletion::nsHTTPSOAPTransportCompletion | ( | ) |
| nsHTTPSOAPTransportCompletion::nsHTTPSOAPTransportCompletion | ( | nsISOAPCall * | call, | |
| nsISOAPResponse * | response, | |||
| nsIXMLHttpRequest * | request, | |||
| nsISOAPResponseListener * | listener | |||
| ) |
| nsHTTPSOAPTransportCompletion::~nsHTTPSOAPTransportCompletion | ( | ) | [virtual] |
| NS_IMETHODIMP nsHTTPSOAPTransportCompletion::HandleEvent | ( | nsIDOMEvent * | aEvent | ) |
nsCOMPtr<nsISOAPCall> nsHTTPSOAPTransportCompletion::mCall [protected] |
nsCOMPtr<nsISOAPResponse> nsHTTPSOAPTransportCompletion::mResponse [protected] |
nsCOMPtr<nsIXMLHttpRequest> nsHTTPSOAPTransportCompletion::mRequest [protected] |
nsCOMPtr<nsISOAPResponseListener> nsHTTPSOAPTransportCompletion::mListener [protected] |
1.5.6