Class ProtobufTranslationImpl.ResponseTranslator

  • Enclosing class:
    ProtobufTranslationImpl

    static class ProtobufTranslationImpl.ResponseTranslator
    extends java.lang.Object
    Encapsulate the logic of transforming a protobuf Response message into the Avatica POJO Response.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Service.Response impl  
      private com.google.protobuf.Parser<? extends com.google.protobuf.Message> parser  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseTranslator​(com.google.protobuf.Parser<? extends com.google.protobuf.Message> parser, Service.Response impl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Service.Response transform​(com.google.protobuf.ByteString serializedMessage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parser

        private final com.google.protobuf.Parser<? extends com.google.protobuf.Message> parser
    • Constructor Detail

      • ResponseTranslator

        ResponseTranslator​(com.google.protobuf.Parser<? extends com.google.protobuf.Message> parser,
                           Service.Response impl)
    • Method Detail

      • transform

        public Service.Response transform​(com.google.protobuf.ByteString serializedMessage)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException