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