|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.client.XmlRpcTransportImpl org.apache.xmlrpc.client.XmlRpcLocalTransport
public class XmlRpcLocalTransport
The default implementation of a local transport.
Constructor Summary | |
---|---|
XmlRpcLocalTransport(XmlRpcClient pClient)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.Object |
sendRequest(XmlRpcRequest pRequest)
Send an XML-RPC message. |
Methods inherited from class org.apache.xmlrpc.client.XmlRpcTransportImpl |
---|
getClient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlRpcLocalTransport(XmlRpcClient pClient)
pClient
- The client, which creates the transport.Method Detail |
---|
public java.lang.Object sendRequest(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcTransport
pRequest
- The request being performed.
XmlRpcException
- Performing the request failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |