org.controlhaus.xfire.client
Interface XFireClientControl.EndInvokeCallback
- All Known Implementing Classes:
- XFireClientControlBean.EndInvokeCallbackNotifier
- Enclosing interface:
- XFireClientControl
public static interface XFireClientControl.EndInvokeCallback
|
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. |
endInvoke
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. there was no fault).
- Parameters:
response - responseHeaders -
handleFault
void handleFault(org.codehaus.xfire.fault.XFireFault fault)
- Called if a fault occurs during the service invocation.
- Parameters:
fault - The fault.
Copyright © 2004-2005 Controlhaus. All Rights Reserved.