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

Class: SOAP_Server_Email_Gateway

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

Class Overview

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

SOAP_Server_Email SOAP Server Class


Author(s):

Version:

  • $Id: Email_Gateway.php,v 1.9 2003/05/18 00:57:40 shane Exp $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 47]
SOAP_Server_Email SOAP Server Class

implements Email SOAP Server http://www.pocketsoap.com/specs/smtpbinding/

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

  • Author: Shane Caraveo <shane@php.net>
  • Version: $Id: Email_Gateway.php,v 1.9 2003/05/18 00:57:40 shane Exp $
  • Access: public


[ Top ]


Class Variables

$dump =  FALSE

[line 50]


Type:   mixed


[ Top ]

$gateway =  NULL

[line 49]


Type:   mixed


[ Top ]



Method Detail

SOAP_Server_Email_Gateway (Constructor)   [line 52]

SOAP_Server_Email_Gateway SOAP_Server_Email_Gateway( [ $gateway = ''], [ $send_response = TRUE], [ $dump = FALSE])


Parameters:

   $gateway   — 
   $send_response   — 
   $dump   — 

[ Top ]

service   [line 60]

void service( &$data, [ $gateway = ''], [ $endpoint = ''], [ $send_response = TRUE], [ $dump = FALSE])


Overrides SOAP_Server_Email::service() (parent method not documented)

Parameters:

   &$data   — 
   $gateway   — 
   $endpoint   — 
   $send_response   — 
   $dump   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:59:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.