Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.sipaccregwizz
Interface SIPAccountCreationFormService

All Known Implementing Classes:
CreateIppiAccountForm, CreateSip2SipAccountForm

public interface SIPAccountCreationFormService

The CreateAccountService is meant to be implemented by specific account registration implementations, which contain an account create form.

Author:
Yana Stamcheva

Method Summary
 void clear()
          Clears all the data previously entered in the form.
 NewAccount createAccount()
          Creates an account for a specific server.
 Component getForm()
          Returns the form, which would be used by the user to create a new account.
 

Method Detail

createAccount

NewAccount createAccount()
Creates an account for a specific server.

Returns:
the new account

getForm

Component getForm()
Returns the form, which would be used by the user to create a new account.

Returns:
the component of the form

clear

void clear()
Clears all the data previously entered in the form.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.