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

Class: SOAP_Server_TCP_Handler

Source Location: /SOAP-0.13.0/SOAP/Server/TCP/Handler.php

Class Overview

Net_Server_Handler
   |
   --SOAP_Server_TCP_Handler

SOAP Server Class that implements a TCP SOAP Server.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

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



[ Top ]


Method Detail

onIdle   [line 73]

void onIdle( )


[ Top ]

onReceiveData   [line 60]

void onReceiveData( [integer $clientId = 0], [string $data = ''])

If the user sends data, send it back to him
  • Access: public

Parameters:

integer   $clientId   — 
string   $data   — 

[ Top ]

onStart   [line 68]

void onStart( )


[ Top ]

setSOAPServer   [line 48]

void setSOAPServer( &$server)


Parameters:

   &$server   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.