public class XmlRpcLocalTransport extends XmlRpcTransportImpl
Constructor and Description |
---|
XmlRpcLocalTransport(XmlRpcClient pClient)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
sendRequest(XmlRpcRequest pRequest)
Send an XML-RPC message.
|
getClient
public XmlRpcLocalTransport(XmlRpcClient pClient)
pClient
- The client, which creates the transport.public Object sendRequest(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcTransport
pRequest
- The request being performed.XmlRpcException
- Performing the request failed.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.