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

Class: SOAP_Server_TCP

Source Location: /SOAP-0.9.1/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( [mixed $localaddr = '127.0.0.1'], [mixed $port = 10000], [mixed $listen = 5], [mixed $reuse = true])


[ Top ]

run   [line 58]

void run( )


[ Top ]

service   [line 101]

void service( mixed &$data)


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


Documentation generated on Tue, 31 May 2005 15:10:24 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.