org.apache.xmlrpc.client
Class XmlRpcLocalTransport

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcTransportImpl
      extended by org.apache.xmlrpc.client.XmlRpcLocalTransport
All Implemented Interfaces:
XmlRpcTransport

public class XmlRpcLocalTransport
extends XmlRpcTransportImpl

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

XmlRpcLocalTransport

public XmlRpcLocalTransport(XmlRpcClient pClient)
Creates a new instance.

Parameters:
pClient - The client, which creates the transport.
Method Detail

sendRequest

public java.lang.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-2010 The Apache Software Foundation. All Rights Reserved.