Uses of Class
com.google.protobuf.Descriptors.MethodDescriptor

Uses of Descriptors.MethodDescriptor in com.google.protobuf
 

Methods in com.google.protobuf that return Descriptors.MethodDescriptor
 Descriptors.MethodDescriptor Descriptors.ServiceDescriptor.findMethodByName(java.lang.String name)
          Find a method by name.
 

Methods in com.google.protobuf that return types with arguments of type Descriptors.MethodDescriptor
 java.util.List<Descriptors.MethodDescriptor> Descriptors.ServiceDescriptor.getMethods()
          Get a list of methods for this service.
 

Methods in com.google.protobuf with parameters of type Descriptors.MethodDescriptor
 void RpcChannel.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done)
          Call the given method of the remote service.
 void Service.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)
          Call a method of the service specified by MethodDescriptor.
 Message Service.getRequestPrototype(Descriptors.MethodDescriptor method)
          callMethod() requires that the request passed in is of a particular subclass of Message.
 Message Service.getResponsePrototype(Descriptors.MethodDescriptor method)
          Like getRequestPrototype(), but gets a prototype of the response message.
 



Copyright © 2008. All Rights Reserved.