public class GetItemEstimateProtocol extends java.lang.Object implements IEasProtocol<GetItemEstimateRequest,GetItemEstimateResponse>
Constructor and Description |
---|
GetItemEstimateProtocol() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
address() |
void |
execute(BackendSession bs,
GetItemEstimateRequest query,
io.vertx.core.Handler<GetItemEstimateResponse> responseHandler) |
void |
parse(OptionalParams optParams,
org.w3c.dom.Document doc,
IPreviousRequestsKnowledge past,
io.vertx.core.Handler<GetItemEstimateRequest> parserResultHandler) |
void |
write(BackendSession bs,
Responder responder,
GetItemEstimateResponse response,
io.vertx.core.Handler<java.lang.Void> completion) |
public void parse(OptionalParams optParams, org.w3c.dom.Document doc, IPreviousRequestsKnowledge past, io.vertx.core.Handler<GetItemEstimateRequest> parserResultHandler)
parse
in interface IEasProtocol<GetItemEstimateRequest,GetItemEstimateResponse>
public void execute(BackendSession bs, GetItemEstimateRequest query, io.vertx.core.Handler<GetItemEstimateResponse> responseHandler)
execute
in interface IEasProtocol<GetItemEstimateRequest,GetItemEstimateResponse>
public void write(BackendSession bs, Responder responder, GetItemEstimateResponse response, io.vertx.core.Handler<java.lang.Void> completion)
write
in interface IEasProtocol<GetItemEstimateRequest,GetItemEstimateResponse>
public java.lang.String address()
address
in interface IEasProtocol<GetItemEstimateRequest,GetItemEstimateResponse>
Copyright © 2021. All Rights Reserved.