You are here

10 calls to XmlRpcTrait::getEndpoint() in xmlrpc 8

XmlRpcExampleClientForm::submitAdd in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit handler to query xmlrpc_example.add.
XmlRpcExampleClientForm::submitAddSubtract in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit a multicall request.
XmlRpcExampleClientForm::submitInformation in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit handler to query system.listMethods.
XmlRpcExampleClientForm::submitSubtract in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit handler to query xmlrpc_example.subtract.
XmlRpcExampleController::info in xmlrpc_example/src/Controller/XmlRpcExampleController.php
Constructs a page with info about the XML-RPC example.
XmlRpcExampleTest::testXmlrpcExampleAlter in xmlrpc_example/src/Tests/XmlRpcExampleTest.php
Perform several XML-RPC requests.
XmlRpcExampleTest::testXmlrpcExampleBasic in xmlrpc_example/src/Tests/XmlRpcExampleTest.php
Perform several calls to the XML-RPC interface to test the services.
XmlRpcExampleTest::testXmlrpcExampleServer in xmlrpc_example/src/Tests/XmlRpcExampleTest.php
Perform several XML-RPC requests with different server settings.
XmlRpcMessagesTest::testRequestAndResponseEncodingDefinitions in src/Tests/XmlRpcMessagesTest.php
Check XML-RPC client and server encoding information.
XmlRpcMessagesTest::testRequestContentTypeDefinition in src/Tests/XmlRpcMessagesTest.php
Ensure that XML-RPC client sets correct encoding in request http headers.