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

Class: SOAP_Server_TCP

Source Location: /SOAP-0.13.0/SOAP/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: SOAP_Server

SOAP_Server::SOAP_Server()
SOAP_Server::addObjectMap()
SOAP_Server::addObjectWSDL()
SOAP_Server::addToMap()
Adds a method to the dispatch map.
SOAP_Server::bind()
SOAP_Server::bindWSDL()
SOAP_Server::buildResult()
Creates SOAP_Value objects with return values from method.
SOAP_Server::callMethod()
SOAP_Server::parseRequest()
SOAP_Server::service()
Parses the request and posts or returns the response.
SOAP_Server::setCallHandler()
SOAP_Server::validateMethod()
SOAP_Server::verifyMethod()
SOAP_Server::__decodeRequest()

Class: SOAP_Base

SOAP_Base::SOAP_Base()
Constructor.
SOAP_Base::makeEnvelope()
Creates the SOAP envelope with the SOAP envelop data.
SOAP_Base::setDefaultNamespace()
Sets the default namespace.
SOAP_Base::setTypeTranslation()
Explicitly sets the translation for a specific class.
SOAP_Base::SOAPENCPrefix()
Sets the SOAP-ENC prefix and returns the current value.
SOAP_Base::SOAPENVPrefix()
Sets the SOAP-ENV prefix and returns the current value.

Class: SOAP_Base_Object

SOAP_Base_Object::SOAP_Base_Object()
Constructor.

Class Details

[line 43]
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 45]


Type:   mixed
Overrides:   Array


[ Top ]

$localaddr =

[line 46]


Type:   mixed


[ Top ]

$port =

[line 47]


Type:   mixed


[ Top ]

$type =

[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], [ $type = 'sequential'])


Parameters:

   $localaddr   — 
   $port   — 
   $type   — 

[ Top ]

onIdle   [line 93]

void onIdle( )


[ Top ]

onStart   [line 89]

void onStart( )


[ Top ]

run   [line 59]

void run( [ $idleTimeout = null])


Parameters:

   $idleTimeout   — 

[ Top ]

service   [line 79]

void service( &$data)


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

Parameters:

   &$data   — 

[ Top ]


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