You are here

public function WSClientEndpointInterface::__construct in Web service client 7

1 method overrides WSClientEndpointInterface::__construct()
WSClientEndpoint::__construct in ./wsclient.inc

File

./wsclient.inc, line 176
Web service client - include file.

Class

WSClientEndpointInterface
Interface for remote endpoints. In case of any errors the implementing classes should throw exceptions.

Code

public function __construct(WSClientServiceDescription $service);