org.apache.xmlrpc.client
Class XmlRpcLocalTransport
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
org.apache.xmlrpc.client.XmlRpcLocalTransport
- All Implemented Interfaces:
- XmlRpcTransport
public class XmlRpcLocalTransport
- extends XmlRpcTransportImpl
The default implementation of a local transport.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcLocalTransport
public XmlRpcLocalTransport(XmlRpcClient pClient)
- Creates a new instance.
- Parameters:
pClient
- The client, which creates the transport.
sendRequest
public Object sendRequest(XmlRpcRequest pRequest)
throws XmlRpcException
- Description copied from interface:
XmlRpcTransport
- Send an XML-RPC message. This method is called to send a message to the
other party.
- Parameters:
pRequest
- The request being performed.
- Returns:
- Result object, if invoking the remote method was successfull.
- Throws:
XmlRpcException
- Performing the request failed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.