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

Class: SOAP_Server_TCP

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

Class Overview

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

SOAP_Server_TCP SOAP Server Class


Author(s):

Version:

  • $Id: TCP.php,v 1.1 2003/04/08 06:21:53 shane Exp $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 43]
SOAP_Server_TCP SOAP Server Class

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

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

  • Author: Shane Caraveo <shane@php.net>
  • Version: $Id: TCP.php,v 1.1 2003/04/08 06:21:53 shane Exp $
  • Access: public


[ Top ]


Class Variables

$headers = array()

[line 44]


Type:   mixed
Overrides:   Array


[ Top ]

$listen =

[line 47]


Type:   mixed


[ Top ]

$localaddr =

[line 45]


Type:   mixed


[ Top ]

$port =

[line 46]


Type:   mixed


[ Top ]

$reuse =

[line 48]


Type:   mixed


[ Top ]



Method Detail

SOAP_Server_TCP (Constructor)   [line 50]

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 59]

void run( )


[ Top ]

service   [line 104]

void service( &$data)


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

Parameters:

   &$data   — 

[ Top ]


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