getServiceName() getServiceName() : string DESCRIPTOR: a method to get the called service name Returns string
parseRequest() parseRequest( $raw_data) : \JCORE\TRANSPORT\JSON\return DESCRIPTOR: a method to parse the request Parameters $raw_data Returns \JCORE\TRANSPORT\JSON\return — NULL
compileResponse() compileResponse( $dataSet) : \JCORE\TRANSPORT\JSON\return DESCRIPTOR: enforce a method to compile the response in the sub class Parameters $dataSet Returns \JCORE\TRANSPORT\JSON\return — NULL
callService() callService( $parsedRequest = null) : boolean callService Parameters $parsedRequest Returns boolean