Interface EmailVerificationService
-
- All Known Implementing Classes:
EmailVerificationServiceStub
public interface EmailVerificationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfirmationBeanconfirmUser(String secretKey1)Auto generated method signaturevoidstartconfirmUser(String secretKey1, EmailVerificationServiceCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
confirmUser
ConfirmationBean confirmUser(String secretKey1) throws RemoteException, ExceptionException
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
-
-