RemotingClient Interface Reference

Detailed Description

RemotingClient defines the interface for clients to be used with RemotingServer.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 21 of file RemotingClient.php.

+ Inheritance diagram for RemotingClient:

Public Member Functions

 call (Request $request)
 

Member Function Documentation

call ( Request  $request)

Do a call to the remote server.

Parameters
$requestA Request instance
Returns
A Response instance

Implemented in RPCClient, and HTTPClient.