Class jSoapRequest

Description

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

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

jRequest
   |
   --jSoapRequest
Variable Summary
mixed $soapMsg
mixed $type
Method Summary
jSoapRequest __construct ()
void init ()
void initService ()
void isAllowedResponse ( $respclass)
void _initParams ()
Variables
mixed $defaultResponseType = 'soap' (line 21)
  • access: public

Redefinition of:
jRequest::$defaultResponseType
the type of the default response
mixed $soapMsg (line 23)
  • access: public
mixed $type = 'soap' (line 19)
  • 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 26)
jSoapRequest __construct ()

Redefinition of:
jRequest::__construct()
init (line 56)

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 31)

Paramameters initalisation prior to request handling

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

Redefinition of:
jRequest::isAllowedResponse()
_initParams (line 58)
  • 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::getParam()
jRequest::getResponse()
jRequest::init()
jRequest::isAllowedResponse()
jRequest::_initParams()
jRequest::_initUrlData()

Documentation generated on Thu, 22 Mar 2012 22:17:18 +0100 by phpDocumentor 1.4.3