\JCORE\TRANSPORT\XMLSOAP

Class JSONRPC_1_0_API

Summary

Methods
Properties
Constants
__construct()
parseRequest()
compileResponse()
$id
$result
$error
$responseData
No constants found
exitNotice()
callService()
$params
$raw_data
$parsedRequest
$serviceObject
$serviceResponse
$resultHandler
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : string

id

Type

string

$result

$result : string

result

Type

string

$error

$error : string

error

Type

string

$responseData

$responseData : string

responseData

Type

string

$params

$params : string

params

Type

string

$raw_data

$raw_data : string

raw_data

Type

string

$parsedRequest

$parsedRequest : string

parsedRequest

Type

string

$serviceObject

$serviceObject : string

serviceObject

Type

string

$serviceResponse

$serviceResponse : string

serviceResponse

Type

string

$resultHandler

$resultHandler : string

resultHandler

Type

string

Methods

__construct()

__construct() : \JCORE\TRANSPORT\XML\return

DESCRIPTOR: enforce a method to parse the request in the sub class

Returns

\JCORE\TRANSPORT\XML\return —

NULL

parseRequest()

parseRequest(  $raw_data) : \JCORE\TRANSPORT\XML\return

DESCRIPTOR: a method to parse the request

Parameters

$raw_data

Returns

\JCORE\TRANSPORT\XML\return —

NULL

compileResponse()

compileResponse(  $dataSet) : \JCORE\TRANSPORT\XML\return

DESCRIPTOR: enforce a method to compile the response in the sub class

Parameters

$dataSet

Returns

\JCORE\TRANSPORT\XML\return —

NULL

exitNotice()

exitNotice() : \JCORE\TRANSPORT\XML\return

DESCRIPTOR: a method to exit the notification

Returns

\JCORE\TRANSPORT\XML\return —

NULL

callService()

callService(  $parsedRequest = null) : array

callService

Parameters

$parsedRequest

Returns

array