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.
|
getClientpublic XmlRpcLocalTransport(XmlRpcClient pClient)
pClient - The client, which creates the transport.public Object sendRequest(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcTransportpRequest - The request being performed.XmlRpcException - Performing the request failed.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.