tigase.jaxmpp.core.client.xmpp.utils.delay
Class XmppDelay

java.lang.Object
  extended by tigase.jaxmpp.core.client.xml.ElementWrapper
      extended by tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
All Implemented Interfaces:
Element

public class XmppDelay
extends ElementWrapper


Method Summary
static XmppDelay extract(Stanza stanza)
           
 JID getFrom()
           
 Date getStamp()
           
 
Methods inherited from class tigase.jaxmpp.core.client.xml.ElementWrapper
addChild, equals, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extract

public static XmppDelay extract(Stanza stanza)
                         throws XMLException
Throws:
XMLException

getFrom

public JID getFrom()
            throws XMLException
Throws:
XMLException

getStamp

public Date getStamp()
              throws XMLException
Throws:
XMLException


Copyright © 2006-2012 Tigase. All Rights Reserved.