org.jabber.jabberbeans.Extension
Class IQAuthExtensionBuilder

java.lang.Object
  |
  +--org.jabber.jabberbeans.Extension.IQAuthBuilder
        |
        +--org.jabber.jabberbeans.Extension.IQAuthExtensionBuilder

Deprecated. use IQAuthBuilder instead

public class IQAuthExtensionBuilder
extends IQAuthBuilder

IQAuthExtensionBuilder is the class used for building an IQAuthExtension.

Version:
$Revision: 1.1.1.1 $
Author:
David Waite <dwaite@jabber.com>, $Author: lucky $
See Also:
ExtensionBuilder, IQAuthExtension

Fields inherited from class org.jabber.jabberbeans.Extension.IQAuthBuilder
password, resource, SHA1Digest, username
 
Constructor Summary
IQAuthExtensionBuilder()
          Deprecated. Creates a new IQAuthExtensionBuilder instance.
 
Methods inherited from class org.jabber.jabberbeans.Extension.IQAuthBuilder
build, getPassword, getResource, getSHA1Digest, getUsername, reset, setPassword, setResource, setSHA1Digest, setUsername
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IQAuthExtensionBuilder

public IQAuthExtensionBuilder()
Deprecated. 
Creates a new IQAuthExtensionBuilder instance.