org.apache.xmlrpc.client
Interface XmlRpcTransport
- XmlRpcCommonsTransport, XmlRpcHttpTransport, XmlRpcLiteHttpTransport, XmlRpcLocalStreamTransport, XmlRpcLocalTransport, XmlRpcStreamTransport, XmlRpcSunHttpTransport, XmlRpcTransportImpl
public interface XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
Replaces the interface org.apache.xmlrpc.client
from Apache XML-RPC
2.0, which has actually been a stream based transport.
sendRequest
public Object sendRequest(XmlRpcRequest pRequest)
throws XmlRpcException
Send an XML-RPC message. This method is called to send a message to the
other party.
pRequest
- The request being performed.
- Result object, if invoking the remote method was successfull.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.