org.codehaus.xfire.client
Class Invocation

java.lang.Object
  extended by org.codehaus.xfire.client.Invocation

public class Invocation
extends java.lang.Object


Constructor Summary
Invocation(Client client)
           
 
Method Summary
 MessageContext getContext()
           
 void receive(java.lang.Object response)
           
 void receiveFault(java.lang.Exception fault)
           
protected  void waitForResponse()
          Waits for a response from the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invocation

public Invocation(Client client)
Method Detail

getContext

public MessageContext getContext()

waitForResponse

protected void waitForResponse()
Waits for a response from the service.


receive

public void receive(java.lang.Object response)

receiveFault

public void receiveFault(java.lang.Exception fault)


Copyright © 2004-2011. All Rights Reserved.