public interface XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
Replaces the interfaceorg.apache.xmlrpc.client
from Apache XML-RPC
2.0, which has actually been a stream based transport.Modifier and Type | Method and Description |
---|---|
Object |
sendRequest(XmlRpcRequest pRequest)
Send an XML-RPC message.
|
Object sendRequest(XmlRpcRequest pRequest) throws XmlRpcException
pRequest
- The request being performed.XmlRpcException
- Performing the request failed.Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.