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