Class XmlRpcLocalTransport

    • Constructor Detail

      • XmlRpcLocalTransport

        public XmlRpcLocalTransport​(XmlRpcClient pClient)
        Creates a new instance.
        Parameters:
        pClient - The client, which creates the transport.
    • Method Detail

      • isExtensionType

        private boolean isExtensionType​(java.lang.Object pObject)
      • sendRequest

        public java.lang.Object sendRequest​(XmlRpcRequest pRequest)
                                     throws XmlRpcException
        Description copied from interface: XmlRpcTransport
        Send an XML-RPC message. This method is called to send a message to the other party.
        Parameters:
        pRequest - The request being performed.
        Returns:
        Result object, if invoking the remote method was successfull.
        Throws:
        XmlRpcException - Performing the request failed.