public interface DmpResponseHandlerIF
| Modifier and Type | Method and Description |
|---|---|
void |
handleResponse(org.dmd.dmp.server.extended.Request request,
org.dmd.dmp.server.extended.Response response)
This is called when a response is ready for handling.
|
void handleResponse(org.dmd.dmp.server.extended.Request request,
org.dmd.dmp.server.extended.Response response)
request - the original request.response - the resulting response.Copyright © 2019. All rights reserved.