jtr.ws
Interface IWsResponseListener
public interface IWsResponseListener
This interface must be implemented for receiving callback notifications of the
completion of a service invocation.
- Since:
- 4.0
- Version:
- 5.0
- Author:
- Francesco Russo
Method Summary |
void |
handleResponse(IWsResponse resp)
Call-back notification method invoked upon notification of the
accomplishment of a previous service invocation. |
handleResponse
void handleResponse(IWsResponse resp)
- Call-back notification method invoked upon notification of the
accomplishment of a previous service invocation.