Smack

org.jivesoftware.smack.sasl
Class SASLMechanism.Challenge

java.lang.Object
  extended by org.jivesoftware.smack.packet.Packet
      extended by org.jivesoftware.smack.sasl.SASLMechanism.Challenge
Enclosing class:
SASLMechanism

public static class SASLMechanism.Challenge
extends Packet

A SASL challenge stanza.


Field Summary
 
Fields inherited from class org.jivesoftware.smack.packet.Packet
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE
 
Constructor Summary
SASLMechanism.Challenge(java.lang.String data)
           
 
Method Summary
 java.lang.String toXML()
          Returns the packet as XML.
 
Methods inherited from class org.jivesoftware.smack.packet.Packet
addExtension, addExtensions, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SASLMechanism.Challenge

public SASLMechanism.Challenge(java.lang.String data)
Method Detail

toXML

public java.lang.String toXML()
Description copied from class: Packet
Returns the packet as XML. Every concrete extension of Packet must implement this method. In addition to writing out packet-specific data, every sub-class should also write out the error and the extensions data if they are defined.

Specified by:
toXML in class Packet
Returns:
the XML format of the packet as a String.

Smack

Copyright © 2003-2007 Jive Software.