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

Class: SOAP_Server_Email_Gateway

Source Location: /SOAP-0.9.3/Server/Email_Gateway.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_Server
            |
            --SOAP_Server_Email
               |
               --SOAP_Server_Email_Gateway

SOAP Server Class that implements an email SOAP server.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 41]
SOAP Server Class that implements an email SOAP server.

http://www.pocketsoap.com/specs/smtpbinding/

This class overrides the default HTTP server, providing the ability to parse an email message and execute soap calls. This class DOES NOT pop the message; the message, complete with headers, must be passed in as a parameter to the service function call.

This class calls a provided HTTP SOAP server, forwarding the email request, then sending the HTTP response out as an email.



[ Top ]


Class Variables

$dump =  false

[line 44]


Type:   mixed


[ Top ]

$gateway =  null

[line 43]


Type:   mixed


[ Top ]



Method Detail

SOAP_Server_Email_Gateway (Constructor)   [line 46]

SOAP_Server_Email_Gateway SOAP_Server_Email_Gateway( [mixed $gateway = ''], [mixed $send_response = true], [mixed $dump = false])


[ Top ]

service   [line 55]

void service( mixed &$data, [mixed $gateway = ''], [mixed $endpoint = ''], [mixed $send_response = true], [mixed $dump = false])


Overrides SOAP_Server_Email::service() (parent method not documented)
[ Top ]


Documentation generated on Thu, 02 Feb 2006 07:03:16 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.