org.controlhaus.xfire.client
Class XFireClientControlBean.EndInvokeCallbackNotifier

java.lang.Object
  extended by org.apache.beehive.controls.runtime.bean.EventNotifier
      extended by org.controlhaus.xfire.client.XFireClientControlBean.EndInvokeCallbackNotifier
All Implemented Interfaces:
java.io.Serializable, XFireClientControl.EndInvokeCallback
Enclosing class:
XFireClientControlBean

protected class XFireClientControlBean.EndInvokeCallbackNotifier
extends org.apache.beehive.controls.runtime.bean.EventNotifier
implements XFireClientControl.EndInvokeCallback, java.io.Serializable

This inner class implements a simple proxy to deliver EndInvokeCallback events back to a register listener.

See Also:
Serialized Form

Constructor Summary
protected XFireClientControlBean.EndInvokeCallbackNotifier()
           
 
Method Summary
 void endInvoke(org.apache.xmlbeans.XmlObject[] response, org.apache.xmlbeans.XmlObject[] responseHeaders)
          Called at the end of an asynchronous request which has completed successfully (i.e.
 void handleFault(org.codehaus.xfire.fault.XFireFault fault)
          Called if a fault occurs during the service invocation.
 
Methods inherited from class org.apache.beehive.controls.runtime.bean.EventNotifier
addListener, getListenerCount, getListeners, listenerIterator, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFireClientControlBean.EndInvokeCallbackNotifier

protected XFireClientControlBean.EndInvokeCallbackNotifier()
Method Detail

handleFault

public void handleFault(org.codehaus.xfire.fault.XFireFault fault)
Description copied from interface: XFireClientControl.EndInvokeCallback
Called if a fault occurs during the service invocation.

Specified by:
handleFault in interface XFireClientControl.EndInvokeCallback
Parameters:
fault - The fault.

endInvoke

public void endInvoke(org.apache.xmlbeans.XmlObject[] response,
                      org.apache.xmlbeans.XmlObject[] responseHeaders)
Description copied from interface: XFireClientControl.EndInvokeCallback
Called at the end of an asynchronous request which has completed successfully (i.e. there was no fault).

Specified by:
endInvoke in interface XFireClientControl.EndInvokeCallback


Copyright © 2004-2005 Controlhaus. All Rights Reserved.