Class XmlRpcTransportImpl

java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
All Implemented Interfaces:
XmlRpcTransport
Direct Known Subclasses:
XmlRpcLocalTransport, XmlRpcStreamTransport

public abstract class XmlRpcTransportImpl extends Object implements XmlRpcTransport
Abstract base implementation of an XmlRpcTransport.
  • Field Details

  • Constructor Details

    • XmlRpcTransportImpl

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

    • getClient

      public XmlRpcClient getClient()
      Returns the client, which created this transport.
      Returns:
      The client.