com.octo.captcha.sound
Class SoundCaptchaFactory

java.lang.Object
  extended by com.octo.captcha.sound.SoundCaptchaFactory
All Implemented Interfaces:
CaptchaFactory
Direct Known Subclasses:
GimpySoundFactory, SpellerSoundFactory, SpellFindCaptchaFactory

public abstract class SoundCaptchaFactory
extends java.lang.Object
implements CaptchaFactory

Description:

This class is for building a sound captcha. This class is abstract.


Constructor Summary
SoundCaptchaFactory()
           
 
Method Summary
 Captcha getCaptcha()
          this method builds a capctha.
 Captcha getCaptcha(java.util.Locale locale)
          this method builds a localized capctha.
abstract  SoundCaptcha getSoundCaptcha()
          this method builds a sound capctha.
abstract  SoundCaptcha getSoundCaptcha(java.util.Locale locale)
          this method builds a localized sound capctha.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundCaptchaFactory

public SoundCaptchaFactory()
Method Detail

getCaptcha

public Captcha getCaptcha()
this method builds a capctha.

Specified by:
getCaptcha in interface CaptchaFactory
Returns:
a captcha.

getCaptcha

public Captcha getCaptcha(java.util.Locale locale)
this method builds a localized capctha.

Specified by:
getCaptcha in interface CaptchaFactory
Parameters:
locale - the locale
Returns:
a captcha.

getSoundCaptcha

public abstract SoundCaptcha getSoundCaptcha()
this method builds a sound capctha.

Returns:
a sound captcha.

getSoundCaptcha

public abstract SoundCaptcha getSoundCaptcha(java.util.Locale locale)
this method builds a localized sound capctha.

Returns:
a captcha.


Copyright 2003-2009 JCaptcha. All Rights Reserved.