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

Class: SOAP_Server_Email

Source Location: /SOAP-0.9.4/Server/Email.php

Class Overview

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

SOAP Server Class that implements an email SOAP server.


Author(s):

Variables

Methods


Child classes:

SOAP_Server_Email_Gateway
SOAP Server Class that implements an email SOAP server.

Inherited Variables

Inherited Methods


Class Details

[line 40]
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.



[ Top ]


Class Variables

$headers = array()

[line 42]


Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

SOAP_Server_Email (Constructor)   [line 44]

SOAP_Server_Email SOAP_Server_Email( [mixed $send_response = true])


[ Top ]

client   [line 91]

void client( mixed &$data)


[ Top ]

service   [line 126]

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


Overridden in child classes as:

SOAP_Server_Email_Gateway::service()

Overrides SOAP_Server::service() (Parses request and posts response.)
[ Top ]


Documentation generated on Wed, 12 Apr 2006 18:03:09 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.