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

Class: SOAP_Server_TCP

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

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_Server
            |
            --SOAP_Server_TCP

SOAP Server Class that implements a TCP SOAP Server.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 40]
SOAP Server Class that implements a TCP SOAP Server.

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

This class overrides the default HTTP server, providing the ability to accept socket connections and execute SOAP calls.

TODO: use Net_Socket implement some security scheme implement support for attachments



[ Top ]


Class Variables

$headers = array()

[line 42]


Type:   mixed
Overrides:   Array


[ Top ]

$listen =

[line 45]


Type:   mixed


[ Top ]

$localaddr =

[line 43]


Type:   mixed


[ Top ]

$port =

[line 44]


Type:   mixed


[ Top ]

$reuse =

[line 46]


Type:   mixed


[ Top ]



Method Detail

SOAP_Server_TCP (Constructor)   [line 48]

SOAP_Server_TCP SOAP_Server_TCP( [ $localaddr = '127.0.0.1'], [ $port = 10000], [ $listen = 5], [ $reuse = true])


Parameters:

   $localaddr   — 
   $port   — 
   $listen   — 
   $reuse   — 

[ Top ]

run   [line 58]

void run( )


[ Top ]

service   [line 101]

void service( &$data)


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

Parameters:

   &$data   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:39:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.