jp.go.nict.langrid.client.protobuf.proto
クラス BilingualDictionaryProtos.Service

java.lang.Object
  上位を拡張 jp.go.nict.langrid.client.protobuf.proto.BilingualDictionaryProtos.Service
すべての実装されたインタフェース:
com.google.protobuf.Service
直系の既知のサブクラス:
BilingualDictionaryProtos.Service.Stub
含まれているクラス:
BilingualDictionaryProtos

public abstract static class BilingualDictionaryProtos.Service
extends Object
implements com.google.protobuf.Service


入れ子のクラスの概要
static interface BilingualDictionaryProtos.Service.BlockingInterface
           
static interface BilingualDictionaryProtos.Service.Interface
           
static class BilingualDictionaryProtos.Service.Stub
           
 
コンストラクタの概要
protected BilingualDictionaryProtos.Service()
           
 
メソッドの概要
 void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
           
static com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
           
 com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
           
 com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
           
static BilingualDictionaryProtos.Service.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
           
static com.google.protobuf.BlockingService newReflectiveBlockingService(BilingualDictionaryProtos.Service.BlockingInterface impl)
           
static com.google.protobuf.Service newReflectiveService(BilingualDictionaryProtos.Service.Interface impl)
           
static BilingualDictionaryProtos.Service.Stub newStub(com.google.protobuf.RpcChannel channel)
           
abstract  void search(com.google.protobuf.RpcController controller, BilingualDictionaryProtos.SearchRequest request, com.google.protobuf.RpcCallback<BilingualDictionaryProtos.SearchResponse> done)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BilingualDictionaryProtos.Service

protected BilingualDictionaryProtos.Service()
メソッドの詳細

newReflectiveService

public static com.google.protobuf.Service newReflectiveService(BilingualDictionaryProtos.Service.Interface impl)

newReflectiveBlockingService

public static com.google.protobuf.BlockingService newReflectiveBlockingService(BilingualDictionaryProtos.Service.BlockingInterface impl)

search

public abstract void search(com.google.protobuf.RpcController controller,
                            BilingualDictionaryProtos.SearchRequest request,
                            com.google.protobuf.RpcCallback<BilingualDictionaryProtos.SearchResponse> done)

getDescriptor

public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()

getDescriptorForType

public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
定義:
インタフェース com.google.protobuf.Service 内の getDescriptorForType

callMethod

public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
                             com.google.protobuf.RpcController controller,
                             com.google.protobuf.Message request,
                             com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
定義:
インタフェース com.google.protobuf.Service 内の callMethod

getRequestPrototype

public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
定義:
インタフェース com.google.protobuf.Service 内の getRequestPrototype

getResponsePrototype

public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
定義:
インタフェース com.google.protobuf.Service 内の getResponsePrototype

newStub

public static BilingualDictionaryProtos.Service.Stub newStub(com.google.protobuf.RpcChannel channel)

newBlockingStub

public static BilingualDictionaryProtos.Service.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)