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

Class: SOAP_Transport_SMTP

Source Location: /SOAP-0.13.0/SOAP/Transport/SMTP.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_Transport
            |
            --SOAP_Transport_SMTP

SMTP Transport for SOAP


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: SOAP_Transport

SOAP_Transport::getTransport()
SOAP_Transport::send()
Sends and receives SOAP data.

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 46]
SMTP Transport for SOAP

Implements SOAP-SMTP as defined at http://www.pocketsoap.com/specs/smtpbinding/



[ Top ]


Class Variables

$auth =  null

[line 52]


Type:   mixed


[ Top ]

$credentials =  ''

[line 48]


Type:   mixed


[ Top ]

$host =  '127.0.0.1'

[line 50]


Type:   mixed


[ Top ]

$port =  25

[line 51]


Type:   mixed


[ Top ]

$timeout =  4

[line 49]


Type:   mixed


[ Top ]



Method Detail

SOAP_Transport_SMTP (Constructor)   [line 61]

SOAP_Transport_SMTP SOAP_Transport_SMTP( string $url, [ $encoding = 'US-ASCII'])

SOAP_Transport_SMTP Constructor
  • Access: public

Parameters:

string   $url   —  mailto: address.
   $encoding   — 

[ Top ]

send   [line 79]

string|SOAP_Fault send( string $msg, [array $options = array()])

Sends and receives SOAP data.
  • Access: public

Overrides SOAP_Transport::send() (Sends and receives SOAP data.)

Parameters:

string   $msg   —  Outgoing SOAP data.
array   $options   —  Options.

[ Top ]

setCredentials   [line 176]

void setCredentials( string $username, string $password)

Sets data for HTTP authentication, creates Authorization header.
  • Access: public

Parameters:

string   $username   —  Username.
string   $password   —  Response data, minus HTTP headers.

[ Top ]


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