Class IdentityDocumentStorageSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.identdocstore.identity_document_storage.IdentityDocumentStorageSrv.Client
- All Implemented Interfaces:
IdentityDocumentStorageSrv.Iface
- Enclosing class:
- IdentityDocumentStorageSrv
public static class IdentityDocumentStorageSrv.Client extends org.apache.thrift.TServiceClient implements IdentityDocumentStorageSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentityDocumentStorageSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description IdentityDocumentget(String token)Stringput(IdentityDocument identity_document)IdentityDocumentrecvGet()StringrecvPut()voidsendGet(String token)voidsendPut(IdentityDocument identity_document)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
put
- Specified by:
putin interfaceIdentityDocumentStorageSrv.Iface- Throws:
org.apache.thrift.TException
-
sendPut
- Throws:
org.apache.thrift.TException
-
recvPut
- Throws:
org.apache.thrift.TException
-
get
public IdentityDocument get(String token) throws IdentityDocumentNotFound, org.apache.thrift.TException- Specified by:
getin interfaceIdentityDocumentStorageSrv.Iface- Throws:
IdentityDocumentNotFoundorg.apache.thrift.TException
-
sendGet
- Throws:
org.apache.thrift.TException
-
recvGet
- Throws:
IdentityDocumentNotFoundorg.apache.thrift.TException
-