|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoundCaptchaService
Method Summary | |
---|---|
javax.sound.sampled.AudioInputStream |
getSoundChallengeForID(java.lang.String ID)
Method to retrive the sound challenge corresponding to the given ticket. |
javax.sound.sampled.AudioInputStream |
getSoundChallengeForID(java.lang.String ID,
java.util.Locale locale)
Method to retrive the sound challenge corresponding to the given ticket. |
Methods inherited from interface com.octo.captcha.service.CaptchaService |
---|
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForID |
Method Detail |
---|
javax.sound.sampled.AudioInputStream getSoundChallengeForID(java.lang.String ID) throws CaptchaServiceException
ID
- the ticket
CaptchaServiceException
- if the ticket is invalidjavax.sound.sampled.AudioInputStream getSoundChallengeForID(java.lang.String ID, java.util.Locale locale) throws CaptchaServiceException
ID
- the ticket
CaptchaServiceException
- if the ticket is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |