Firefish 0.5.10

gov.lbl.dsd.firefish.client
Class FireCall

java.lang.Object
  extended bygov.lbl.dsd.firefish.client.FireCall
Direct Known Subclasses:
FireCallQuick

public class FireCall
extends Object

Simple wrapper around a JAX-RPC Call (and hence also an Axis Call), sending and receiving P2PIO messages instead of arbitrary SOAP messages.

Version:
$Revision: 1.5 $, $Date: 2004/02/06 23:05:33 $

Constructor Summary
FireCall(Call call)
           
FireCall(String url)
           
 
Method Summary
 Response invoke(Request request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireCall

public FireCall(Call call)

FireCall

public FireCall(String url)
         throws MalformedURLException,
                ServiceException
Method Detail

invoke

public Response invoke(Request request)
                throws Exception
Throws:
Exception

Firefish 0.5.10

Jump to the Firefish Homepage