public interface IResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleIOException(IOException e)
This method is called if there was an I/O-error.
|
void |
handleResponse(com.uc4.util.XMLDocument xml,
ConnectionAttributes session)
An implemenation of this class should call the
handleResponse
method of the corresponding request. |
void handleResponse(com.uc4.util.XMLDocument xml,
ConnectionAttributes session)
handleResponse
method of the corresponding request.xml - XML Document sent from the UC4 Serversession - Sessionvoid handleIOException(IOException e)
e - Exception describing the errorCopyright © 2021. All rights reserved.