com.octo.captcha.service.multitype
Interface MultiTypeCaptchaService

All Superinterfaces:
CaptchaService, ImageCaptchaService, SoundCaptchaService, TextCaptchaService
All Known Implementing Classes:
GenericManageableCaptchaService

public interface MultiTypeCaptchaService
extends ImageCaptchaService, SoundCaptchaService, TextCaptchaService

This class is designed to provide multiTypes captcha. It is the most general service. Implementation may provide a multiple engine constructor in order to provide differents typed captchas. See implementations for details. It act as a proxy for the real typed service implementations. The getQuestionForId should also reslove the case of a new


Method Summary
 
Methods inherited from interface com.octo.captcha.service.image.ImageCaptchaService
getImageChallengeForID, getImageChallengeForID
 
Methods inherited from interface com.octo.captcha.service.sound.SoundCaptchaService
getSoundChallengeForID, getSoundChallengeForID
 
Methods inherited from interface com.octo.captcha.service.text.TextCaptchaService
getTextChallengeForID, getTextChallengeForID
 
Methods inherited from interface com.octo.captcha.service.CaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForID
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.