Class IdentityDocumentStorageSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.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 -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
interceptor, iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionput(IdentityDocument identity_document) recvGet()recvPut()voidvoidsendPut(IdentityDocument identity_document) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor
-
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
-