Class jSoapRequest

Description

handle a soap call. The response has to be a soap response.

Located in /core/request/jSoapRequest.class.php (line 16)

jRequest
   |
   --jSoapRequest
Variable Summary
mixed $soapMsg
mixed $type
Method Summary
jSoapRequest __construct ()
mixed getParam (string $name, [mixed $defaultValue = null], [boolean $useDefaultIfEmpty = false])
void init ()
void initService ()
void isAllowedResponse ( $respclass)
void _initParams ()
Variables
mixed $defaultResponseType = 'soap' (line 20)
  • access: public

Redefinition of:
jRequest::$defaultResponseType
the type of the default response
mixed $soapMsg (line 22)
  • access: public
mixed $type = 'soap' (line 18)
  • access: public

Redefinition of:
jRequest::$type
the request type code

Inherited Variables

Inherited from jRequest

jRequest::$params
jRequest::$urlPathInfo
jRequest::$urlScript
jRequest::$urlScriptName
jRequest::$urlScriptPath
Methods
Constructor __construct (line 25)
jSoapRequest __construct ()

Redefinition of:
jRequest::__construct()
getParam (line 70)

Gets the value of a request parameter. If not defined, gets its default value.

  • return: the request parameter value
  • access: public
mixed getParam (string $name, [mixed $defaultValue = null], [boolean $useDefaultIfEmpty = false])
  • string $name: the name of the request parameter
  • mixed $defaultValue: the default returned value if the parameter doesn't exists
  • boolean $useDefaultIfEmpty: true: says to return the default value if the parameter value is ""

Redefinition of:
jRequest::getParam()
Gets the value of a request parameter. If not defined, gets its default value.
init (line 55)

Overload of the init method to prevent calling twice _initUrlData

void init ()

Redefinition of:
jRequest::init()
initialize the request : analyse of http request etc..
initService (line 30)

Paramameters initalisation prior to request handling

void initService ()
isAllowedResponse (line 59)
  • access: public
void isAllowedResponse ( $respclass)
  • $respclass

Redefinition of:
jRequest::isAllowedResponse()
_initParams (line 57)
  • access: protected
void _initParams ()

Redefinition of:
jRequest::_initParams()
analyse the http request and sets the params property

Inherited Methods

Inherited From jRequest

jRequest::__construct()
jRequest::getDomainName()
jRequest::getIP()
jRequest::getParam()
jRequest::getPort()
jRequest::getProtocol()
jRequest::getResponse()
jRequest::getServerURI()
jRequest::header()
jRequest::headers()
jRequest::init()
jRequest::isAllowedResponse()
jRequest::readHttpBody()
jRequest::_initParams()
jRequest::_initUrlData()

Documentation generated on Thu, 19 Sep 2013 00:07:34 +0200 by phpDocumentor 1.4.3