Interface EmailVerificationService
- All Known Implementing Classes:
EmailVerificationServiceStub
public interface EmailVerificationService
-
Method Summary
Modifier and TypeMethodDescriptionconfirmUser(String secretKey1) Auto generated method signaturevoidstartconfirmUser(String secretKey1, EmailVerificationServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocations
-
Method Details
-
confirmUser
Auto generated method signature- Parameters:
confirmUser0-- Throws:
ExceptionException- :RemoteException
-
startconfirmUser
void startconfirmUser(String secretKey1, EmailVerificationServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
confirmUser0-- Throws:
RemoteException
-