Class XmlRpcLocalTransport

java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
org.apache.xmlrpc.client.XmlRpcLocalTransport
All Implemented Interfaces:
XmlRpcTransport

public class XmlRpcLocalTransport extends XmlRpcTransportImpl
The default implementation of a local transport.
  • Constructor Details

    • XmlRpcLocalTransport

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

    • isExtensionType

      private boolean isExtensionType(Object pObject)
    • sendRequest

      public 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.