Class XmlRpcLocalStreamTransportFactory

  • All Implemented Interfaces:
    XmlRpcTransportFactory

    public class XmlRpcLocalStreamTransportFactory
    extends XmlRpcStreamTransportFactory
    Another local transport factory for debugging and testing. This one is similar to the XmlRpcLocalTransportFactory, except that it adds request serialization. In other words, it is particularly well suited for development and testing of XML serialization and parsing.
    • Method Detail

      • getTransport

        public XmlRpcTransport getTransport()
        Description copied from interface: XmlRpcTransportFactory
        Returns an instance of XmlRpcTransport. This may be a singleton, but the caller should not depend on that: A new instance may as well be created for any request.
        Returns:
        The configured transport.