func (p *messageServiceProcessorMultiGetLastReadMessageIds) Process(seqId int32, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) { args := MultiGetLastReadMessageIdsArgs{} if err = args.Read(iprot); err != nil { iprot.ReadMessageEnd() x := thrift.NewTApplicationException(thrift.PROTOCOL_ERROR, err.Error()) oprot.WriteMessageBegin("multiGetLastReadMessageIds", thrift.EXCEPTION, seqId) x.Write(oprot) oprot.WriteMessageEnd() oprot.Flush() return false, err } iprot.ReadMessageEnd() result := MultiGetLastReadMessageIdsResult{} var retval []*LastReadMessageIds var err2 error if retval, err2 = p.handler.MultiGetLastReadMessageIds(args.ChatIds); err2 != nil { switch v := err2.(type) { case *TalkException: result.E = v default: x := thrift.NewTApplicationException(thrift.INTERNAL_ERROR, "Internal error processing multiGetLastReadMessageIds: "+err2.Error()) oprot.WriteMessageBegin("multiGetLastReadMessageIds", thrift.EXCEPTION, seqId) x.Write(oprot) oprot.WriteMessageEnd() oprot.Flush() return true, err2 } } else { result.Success = retval } if err2 = oprot.WriteMessageBegin("multiGetLastReadMessageIds", thrift.REPLY, seqId); err2 != nil { err = err2 } if err2 = result.Write(oprot); err == nil && err2 != nil { err = err2 } if err2 = oprot.WriteMessageEnd(); err == nil && err2 != nil { err = err2 } if err2 = oprot.Flush(); err == nil && err2 != nil { err = err2 } if err != nil { return } return true, err }
func (p *messageServiceProcessorFetchMessageOperations) Process(seqId int32, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) { args := FetchMessageOperationsArgs{} if err = args.Read(iprot); err != nil { iprot.ReadMessageEnd() x := thrift.NewTApplicationException(thrift.PROTOCOL_ERROR, err.Error()) oprot.WriteMessageBegin("fetchMessageOperations", thrift.EXCEPTION, seqId) x.Write(oprot) oprot.WriteMessageEnd() oprot.Flush() return false, err } iprot.ReadMessageEnd() result := FetchMessageOperationsResult{} var retval *MessageOperations var err2 error if retval, err2 = p.handler.FetchMessageOperations(args.LocalRevision, args.LastOpTimestamp, args.Count); err2 != nil { switch v := err2.(type) { case *TalkException: result.E = v default: x := thrift.NewTApplicationException(thrift.INTERNAL_ERROR, "Internal error processing fetchMessageOperations: "+err2.Error()) oprot.WriteMessageBegin("fetchMessageOperations", thrift.EXCEPTION, seqId) x.Write(oprot) oprot.WriteMessageEnd() oprot.Flush() return true, err2 } } else { result.Success = retval } if err2 = oprot.WriteMessageBegin("fetchMessageOperations", thrift.REPLY, seqId); err2 != nil { err = err2 } if err2 = result.Write(oprot); err == nil && err2 != nil { err = err2 } if err2 = oprot.WriteMessageEnd(); err == nil && err2 != nil { err = err2 } if err2 = oprot.Flush(); err == nil && err2 != nil { err = err2 } if err != nil { return } return true, err }
func (p *TalkServiceClient) recvGetMessageBoxCompactWrapUpList() (value *TMessageBoxWrapUpResponse, err error) { iprot := p.InputProtocol if iprot == nil { iprot = p.ProtocolFactory.GetProtocol(p.Transport) p.InputProtocol = iprot } _, mTypeId, seqId, err := iprot.ReadMessageBegin() if err != nil { return } if mTypeId == thrift.EXCEPTION { error1063 := thrift.NewTApplicationException(thrift.UNKNOWN_APPLICATION_EXCEPTION, "Unknown Exception") var error1064 error error1064, err = error1063.Read(iprot) if err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } err = error1064 return } if p.SeqId != seqId { err = thrift.NewTApplicationException(thrift.BAD_SEQUENCE_ID, "getMessageBoxCompactWrapUpList failed: out of sequence response") return } result := GetMessageBoxCompactWrapUpListResult{} if err = result.Read(iprot); err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } if result.E != nil { err = result.E return } value = result.GetSuccess() return }
func (p *TalkServiceClient) recvFindAndAddContactsByUserid() (value map[string]*Contact, err error) { iprot := p.InputProtocol if iprot == nil { iprot = p.ProtocolFactory.GetProtocol(p.Transport) p.InputProtocol = iprot } _, mTypeId, seqId, err := iprot.ReadMessageBegin() if err != nil { return } if mTypeId == thrift.EXCEPTION { error995 := thrift.NewTApplicationException(thrift.UNKNOWN_APPLICATION_EXCEPTION, "Unknown Exception") var error996 error error996, err = error995.Read(iprot) if err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } err = error996 return } if p.SeqId != seqId { err = thrift.NewTApplicationException(thrift.BAD_SEQUENCE_ID, "findAndAddContactsByUserid failed: out of sequence response") return } result := FindAndAddContactsByUseridResult{} if err = result.Read(iprot); err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } if result.E != nil { err = result.E return } value = result.GetSuccess() return }
func (p *MessageServiceClient) recvFetchMessageOperations() (value *MessageOperations, err error) { iprot := p.InputProtocol if iprot == nil { iprot = p.ProtocolFactory.GetProtocol(p.Transport) p.InputProtocol = iprot } _, mTypeId, seqId, err := iprot.ReadMessageBegin() if err != nil { return } if mTypeId == thrift.EXCEPTION { error736 := thrift.NewTApplicationException(thrift.UNKNOWN_APPLICATION_EXCEPTION, "Unknown Exception") var error737 error error737, err = error736.Read(iprot) if err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } err = error737 return } if p.SeqId != seqId { err = thrift.NewTApplicationException(thrift.BAD_SEQUENCE_ID, "fetchMessageOperations failed: out of sequence response") return } result := FetchMessageOperationsResult{} if err = result.Read(iprot); err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } if result.E != nil { err = result.E return } value = result.GetSuccess() return }
func (p *TalkServiceClient) recvLoginWithVerifierForCertificate() (value *LoginResult_, err error) { iprot := p.InputProtocol if iprot == nil { iprot = p.ProtocolFactory.GetProtocol(p.Transport) p.InputProtocol = iprot } _, mTypeId, seqId, err := iprot.ReadMessageBegin() if err != nil { return } if mTypeId == thrift.EXCEPTION { error1137 := thrift.NewTApplicationException(thrift.UNKNOWN_APPLICATION_EXCEPTION, "Unknown Exception") var error1138 error error1138, err = error1137.Read(iprot) if err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } err = error1138 return } if p.SeqId != seqId { err = thrift.NewTApplicationException(thrift.BAD_SEQUENCE_ID, "loginWithVerifierForCertificate failed: out of sequence response") return } result := LoginWithVerifierForCertificateResult{} if err = result.Read(iprot); err != nil { return } if err = iprot.ReadMessageEnd(); err != nil { return } if result.E != nil { err = result.E return } value = result.GetSuccess() return }
func (p *MessageServiceProcessor) Process(iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) { name, _, seqId, err := iprot.ReadMessageBegin() if err != nil { return false, err } if processor, ok := p.GetProcessorFunction(name); ok { return processor.Process(seqId, iprot, oprot) } iprot.Skip(thrift.STRUCT) iprot.ReadMessageEnd() x743 := thrift.NewTApplicationException(thrift.UNKNOWN_METHOD, "Unknown function "+name) oprot.WriteMessageBegin(name, thrift.EXCEPTION, seqId) x743.Write(oprot) oprot.WriteMessageEnd() oprot.Flush() return false, x743 }