public interface MethodSignatureResolver
| Modifier and Type | Method and Description |
|---|---|
void |
addTypes(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.MessageLite inputType,
com.google.protobuf.MessageLite outputType)
Add a description for a method in an RPC callable
procedure.
|
com.google.protobuf.MessageLite |
getPrototypeForParameter(Rpc.MethodSignature methodSignature)
Given a method signature (which is a protobuf-serializable
description of an RPC invoked procedure), return the prototype
instance for the parameter type.
|
com.google.protobuf.MessageLite |
getPrototypeForReturnValue(Rpc.MethodSignature methodSignature)
Given a method signature (which is a protobuf-serializable
description of an RPC invoked procedure), return the prototype
instance for the return type.
|
com.google.protobuf.MessageLite getPrototypeForParameter(Rpc.MethodSignature methodSignature)
methodSignature - A method signature describing which
procedure this request is all about.com.google.protobuf.MessageLite getPrototypeForReturnValue(Rpc.MethodSignature methodSignature)
methodSignature - A method signature describing which
procedure this request is all about.void addTypes(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.MessageLite inputType,
com.google.protobuf.MessageLite outputType)
md - The method.inputType - The prototype for the parameter.outputType - The prototype for the return value.Copyright © 2013. All Rights Reserved.