public interface ICryptshareWebService
| Modifier and Type | Method and Description |
|---|---|
com.cryptshare.api.internal.service.artifacts.Result |
performOperation(com.cryptshare.api.internal.service.artifacts.Operation operation)
Performs a Cryptshare web service operation.
|
com.cryptshare.api.internal.service.artifacts.Result performOperation(com.cryptshare.api.internal.service.artifacts.Operation operation)
throws CryptshareServerException
operation - An instance of a subclass of Operation.Result, depending on the type of operation.CryptshareServerException - If the server returns an error.