org.apache.xmlrpc

Class XmlRpcClient.CallData

class XmlRpcClient.CallData extends Object

Field Summary
AsyncCallbackcallback
XmlRpcClient.CallDatanext
XmlRpcClientRequestrequest
XmlRpcTransporttransport
Constructor Summary
CallData(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async thread

Field Detail

callback

AsyncCallback callback

XmlRpcClient.CallData next

request

XmlRpcClientRequest request

transport

XmlRpcTransport transport

Constructor Detail

CallData

public CallData(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async thread
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.