Uses of Class
tigase.jaxmpp.core.client.xml.XMLException

Packages that use XMLException
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.connector   
tigase.jaxmpp.core.client.criteria   
tigase.jaxmpp.core.client.criteria.tpath   
tigase.jaxmpp.core.client.xml   
tigase.jaxmpp.core.client.xmpp.forms   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.auth   
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.roster   
tigase.jaxmpp.core.client.xmpp.modules.vcard   
tigase.jaxmpp.core.client.xmpp.stanzas   
tigase.jaxmpp.core.client.xmpp.utils.delay   
 

Uses of XMLException in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client that throw XMLException
 List<XmppModule> XmppModulesManager.findModules(Element element)
          Finds collection of modules that can handle stanza.
protected  void Processor.FeatureNotImplementedResponse.process()
           
protected abstract  void AbstractStanzaHandler.process()
           
 void XmppModule.process(Element element)
          Main method of module.
 String ResponseManager.registerResponseHandler(Element stanza, Long timeout, AsyncCallback callback)
          Register callback for response of sent stanza.
 String AbstractSessionObject.registerResponseHandler(Element stanza, Long timeout, AsyncCallback callback)
           
 void Connector.restartStream()
           
 void Connector.send(Element stanza)
           
 void JaxmppCore.send(Stanza stanza)
           
 void JaxmppCore.send(Stanza stanza, AsyncCallback asyncCallback)
           
 void JaxmppCore.sendMessage(JID toJID, String subject, String message)
           
 void Connector.start()
           
 void Connector.stop()
           
 void Connector.stop(boolean terminate)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.connector
 

Methods in tigase.jaxmpp.core.client.connector that throw XMLException
protected  Element AbstractBoshConnector.prepareBody(byte[] payload)
           
protected  Element AbstractBoshConnector.prepareBody(Element payload)
           
protected  Element AbstractBoshConnector.prepareRetartBody()
           
protected  Element AbstractBoshConnector.prepareStartBody()
           
protected  Element AbstractBoshConnector.prepareTerminateBody(Element payload)
           
protected abstract  void AbstractBoshConnector.processSendData(Element element)
           
 void ConnectorWrapper.restartStream()
           
 void AbstractBoshConnector.restartStream()
           
 void ConnectorWrapper.send(Element stanza)
           
 void AbstractBoshConnector.send(Element stanza)
           
 void ConnectorWrapper.start()
           
 void AbstractBoshConnector.start()
           
 void ConnectorWrapper.stop()
           
 void AbstractBoshConnector.stop()
           
 void ConnectorWrapper.stop(boolean terminate)
           
 void AbstractBoshConnector.stop(boolean terminate)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.criteria
 

Methods in tigase.jaxmpp.core.client.criteria that throw XMLException
 boolean Or.match(Element element)
          This method checks if element match to conditions.
 boolean ElementCriteria.match(Element element)
          This method checks if element match to conditions.
 boolean Criteria.match(Element element)
          This method checks if element match to conditions.
 

Uses of XMLException in tigase.jaxmpp.core.client.criteria.tpath
 

Methods in tigase.jaxmpp.core.client.criteria.tpath that throw XMLException
 void Node.evaluate(Collection<Object> result, Element src)
           
 Object TPathExpression.evaluate(Element element)
           
 List<Object> TPathExpression.evaluateAsArray(Element element)
           
 Object Function.value(Element element)
           
 Object Function.Attr.value(Element element)
           
 Object Function.Value.value(Element element)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xml
 

Methods in tigase.jaxmpp.core.client.xml that throw XMLException
 Element ElementWrapper.addChild(Element child)
          Add child element to tree and return the added element.
 Element Element.addChild(Element child)
          Add child element to tree and return the added element.
 Element DefaultElement.addChild(Element child)
           
static Element DefaultElement.create(Element src)
           
static DefaultElement DefaultElement.create(Element src, int deep)
           
 String ElementWrapper.getAsString()
          Get this element as XML string.
 String Element.getAsString()
          Get this element as XML string.
 String DefaultElement.getAsString()
           
 String ElementWrapper.getAttribute(String attName)
          Get attribute by name.
 String Element.getAttribute(String attName)
          Get attribute by name.
 String DefaultElement.getAttribute(String attName)
           
 Map<String,String> ElementWrapper.getAttributes()
          Get all attributes as a Map.
 Map<String,String> Element.getAttributes()
          Get all attributes as a Map.
 Map<String,String> DefaultElement.getAttributes()
           
 Element ElementWrapper.getChildAfter(Element child)
          Gets the first child after specified child in children list.
 Element Element.getChildAfter(Element child)
          Gets the first child after specified child in children list.
 Element DefaultElement.getChildAfter(Element child)
           
protected  String ElementWrapper.getChildElementValue(String elemName)
           
protected  String ElementWrapper.getChildElementValue(String elemName, String xmlns)
           
 List<Element> ElementWrapper.getChildren()
          Get all children of the element.
 List<Element> Element.getChildren()
          Get all children of the element.
 List<Element> DefaultElement.getChildren()
           
 List<Element> ElementWrapper.getChildren(String name)
          Get children by name.
 List<Element> Element.getChildren(String name)
          Get children by name.
 List<Element> DefaultElement.getChildren(String name)
           
 List<Element> ElementWrapper.getChildrenNS(String xmlns)
          Get children by namespace.
 List<Element> Element.getChildrenNS(String xmlns)
          Get children by namespace.
 List<Element> DefaultElement.getChildrenNS(String xmlns)
           
 Element ElementWrapper.getChildrenNS(String name, String xmlns)
          Get children by namespace.
 Element Element.getChildrenNS(String name, String xmlns)
          Get children by namespace.
 Element DefaultElement.getChildrenNS(String name, String xmlns)
           
 Element ElementWrapper.getFirstChild()
          Get the first child element of this element.
 Element Element.getFirstChild()
          Get the first child element of this element.
 Element DefaultElement.getFirstChild()
           
 Element ElementWrapper.getFirstChild(String name)
           
 String ElementWrapper.getName()
          Get name of this element.
 String Element.getName()
          Get name of this element.
 String DefaultElement.getName()
           
 Element ElementWrapper.getNextSibling()
          Get next sibling to this element or null if no parent or no more siblings exist.
 Element Element.getNextSibling()
          Get next sibling to this element or null if no parent or no more siblings exist.
 Element DefaultElement.getNextSibling()
           
 Element ElementWrapper.getParent()
          Get parent element of this element.
 Element Element.getParent()
          Get parent element of this element.
 Element DefaultElement.getParent()
           
 String ElementWrapper.getValue()
          Get element value.
 String Element.getValue()
          Get element value.
 String DefaultElement.getValue()
           
 String ElementWrapper.getXMLNS()
          Get namespace of this element. traverses up to find actual namespace.
 String Element.getXMLNS()
          Get namespace of this element. traverses up to find actual namespace.
 String DefaultElement.getXMLNS()
           
static Element XmlTools.makeResult(Element element)
           
 void ElementWrapper.removeAttribute(String key)
          Remove attribute from element.
 void Element.removeAttribute(String key)
          Remove attribute from element.
 void DefaultElement.removeAttribute(String key)
           
 void ElementWrapper.removeChild(Element child)
          Remove child from element.
 void Element.removeChild(Element child)
          Remove child from element.
 void DefaultElement.removeChild(Element child)
           
 void ElementWrapper.setAttribute(String key, String value)
          Set value of attribute.
 void Element.setAttribute(String key, String value)
          Set value of attribute.
 void DefaultElement.setAttribute(String key, String value)
           
 void ElementWrapper.setAttributes(Map<String,String> attrs)
          Set a number of attributes.
 void Element.setAttributes(Map<String,String> attrs)
          Set a number of attributes.
 void DefaultElement.setAttributes(Map<String,String> attrs)
           
protected  void ElementWrapper.setChildElementValue(String elemName, String value)
           
protected  void ElementWrapper.setChildElementValue(String elemName, String xmlns, String value)
           
 void ElementWrapper.setParent(Element parent)
          Set element parent.
 void Element.setParent(Element parent)
          Set element parent.
 void DefaultElement.setParent(Element parent)
           
 void ElementWrapper.setValue(String value)
          Set value of this element.
 void Element.setValue(String value)
          Set value of this element.
 void DefaultElement.setValue(String value)
           
 void ElementWrapper.setXMLNS(String xmlns)
          Change the namespace of this element.
 void Element.setXMLNS(String xmlns)
          Change the namespace of this element.
 void DefaultElement.setXMLNS(String xmlns)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.forms
 

Methods in tigase.jaxmpp.core.client.xmpp.forms that throw XMLException
 BooleanField JabberDataElement.addBooleanField(String var, Boolean value)
          Adds boolean field to form.
protected  void JabberDataElement.addField(AbstractField<?> f)
           
 void JidMultiField.addFieldValue(JID... value)
          Add value to field.
 void TextMultiField.addFieldValue(String... value)
          Adds value to field.
 void ListMultiField.addFieldValue(String... value)
          Adds value to field.
 FixedField JabberDataElement.addFixedField(String value)
          Adds fixed field to form.
 void JabberDataElement.addFORM_TYPE(String value)
          Adds field "FORM_TYPE" hidded field to form.
 HiddenField JabberDataElement.addHiddenField(String var, String value)
          Adds hidden field to form.
 JidMultiField JabberDataElement.addJidMultiField(String var, JID... value)
          Adds jid-multi field to form.
 JidSingleField JabberDataElement.addJidSingleField(String var, JID value)
          Adds jid-single field to form.
 ListMultiField JabberDataElement.addListMultiField(String var, String... value)
          Adds list-multi field to form.
 ListSingleField JabberDataElement.addListSingleField(String var, String value)
          Adds list-single field to form.
 void ListSingleField.addOption(String label, String value)
          Adds option to field.
 void ListMultiField.addOption(String label, String value)
          Adds option to field.
 TextMultiField JabberDataElement.addTextMultiField(String var, String... value)
          Adds text-multi field to form.
 TextPrivateField JabberDataElement.addTextPrivateField(String var, String value)
          Adds text-private field to form.
 TextSingleField JabberDataElement.addTextSingleField(String var, String value)
          Adds text-single field to form.
 void ListSingleField.clearOptions()
          Removes all options.
 void ListMultiField.clearOptions()
          Removes all options.
 void TextMultiField.clearValues()
          Removes all values.
 void ListMultiField.clearValues()
          Removes all values.
 void JidMultiField.clearValues()
          Removes all values.
 Element JabberDataElement.createSubmitableElement(XDataType type)
          Creates XML Element contains only values of fields.
 String Field.getDesc()
          Returns natural-language description of field.
 String AbstractField.getDesc()
          Returns natural-language description of field.
 String TextSingleField.getFieldValue()
          Returns value of field.
 String TextPrivateField.getFieldValue()
          Returns value of field.
 String[] TextMultiField.getFieldValue()
          Returns value of field.
 String ListSingleField.getFieldValue()
          Returns value of field.
 String[] ListMultiField.getFieldValue()
          Returns value of field.
 JID JidSingleField.getFieldValue()
          Returns value of field.
 JID[] JidMultiField.getFieldValue()
          Returns value of field.
 String HiddenField.getFieldValue()
          Returns value of field.
 String FixedField.getFieldValue()
          Returns value of field.
 T Field.getFieldValue()
          Returns value of field.
 Boolean BooleanField.getFieldValue()
          Returns value of field.
 String JabberDataElement.getInstructions()
          Returns natural language instruction.
 String Field.getLabel()
          Returns label of field.
 String AbstractField.getLabel()
          Returns label of field.
 String JabberDataElement.getTitle()
          Returns title.
 XDataType JabberDataElement.getType()
          Return data type.
 String Field.getType()
          Returns field type.
 String AbstractField.getType()
          Returns field type.
 String Field.getVar()
          Returns name of field.
 String AbstractField.getVar()
          Returns name of field.
 boolean Field.isRequired()
          Get is this field is required.
 boolean AbstractField.isRequired()
          Get is this field is required.
 void Field.setDesc(String desc)
          Set natural-language description of field.
 void AbstractField.setDesc(String desc)
          Set natural-language description of field.
 void BooleanField.setFieldValue(Boolean value)
          Sets value of field.
 void JidSingleField.setFieldValue(JID value)
          Sets value of field.
 void JidMultiField.setFieldValue(JID[] value)
          Sets value of field.
 void TextSingleField.setFieldValue(String value)
          Sets value of field.
 void TextPrivateField.setFieldValue(String value)
          Sets value of field.
 void ListSingleField.setFieldValue(String value)
          Sets value of field.
 void HiddenField.setFieldValue(String value)
          Sets value of field.
 void FixedField.setFieldValue(String value)
          Sets value of field.
 void TextMultiField.setFieldValue(String[] value)
          Sets value of field.
 void ListMultiField.setFieldValue(String[] value)
          Sets value of field.
 void Field.setFieldValue(T value)
          Sets value of field.
 void JabberDataElement.setInstructions(String instructions)
          Sets natural-language instruction.
 void Field.setLabel(String label)
          Sets label of field.
 void AbstractField.setLabel(String label)
          Sets label of field.
 void Field.setRequired(boolean isRequired)
          Set if this field is required one.
 void AbstractField.setRequired(boolean value)
          Set if this field is required one.
 void JabberDataElement.setTitle(String title)
          Sets form title.
 void Field.setVar(String var)
          Sets name of field.
 void AbstractField.setVar(String var)
          Sets name of field.
 

Constructors in tigase.jaxmpp.core.client.xmpp.forms that throw XMLException
JabberDataElement(XDataType type)
          Creates empty form instance.
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules
 

Methods in tigase.jaxmpp.core.client.xmpp.modules that throw XMLException
 void ResourceBinderModule.bind()
           
 void SoftwareVersionModule.checkSoftwareVersion(JID jid, SoftwareVersionModule.SoftwareVersionAsyncCallback callback)
          Requests software version for given entity.
 void SessionEstablishmentModule.establish()
           
static boolean SessionEstablishmentModule.isSessionEstablishingAvailable(SessionObject sessionObject)
           
 void SoftwareVersionModule.SoftwareVersionAsyncCallback.onSuccess(Stanza responseStanza)
           
 void PingModule.PingAsyncCallback.onSuccess(Stanza responseStanza)
           
 void BookmarksModule.BookmarksAsyncCallback.onSuccess(Stanza stanza)
           
protected abstract  void SoftwareVersionModule.SoftwareVersionAsyncCallback.onVersionReceived(String name, String version, String os)
          Called on success.
 void SessionEstablishmentModule.process(Element element)
           
 void ResourceBinderModule.process(Element element)
           
protected  void SoftwareVersionModule.processGet(IQ element)
           
protected  void SoftwareVersionModule.processSet(IQ element)
           
protected  void PingModule.processSet(IQ stanza)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that throw XMLException
protected  void AdHocCommansModule.processDiscoInfoEvent(DiscoInfoModule.DiscoInfoEvent be)
           
protected  void AdHocCommansModule.processDiscoItemEvent(DiscoItemsModule.DiscoItemEvent be)
           
protected  void AdHocCommansModule.processGet(IQ element)
           
protected  void AdHocCommansModule.processSet(IQ element)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.auth
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth that throw XMLException
static List<String> SaslModule.getAllowedSASLMechanisms(SessionObject sessionObject)
           
protected  Collection<String> SaslModule.getSupportedMechanisms()
           
protected  SaslMechanism SaslModule.guessSaslMechanism()
           
static boolean AuthModule.isAuthAvailable(SessionObject sessionObject)
           
 void SaslModule.login()
           
 void SaslModule.process(Element element)
           
 void AuthModule.process(Element element)
           
protected  void SaslModule.processChallenge(Element element)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that throw XMLException
 void MessageModule.sendMessage(JID toJID, String subject, String message)
          Sends message.
 void Chat.sendMessage(String body)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco that throw XMLException
 void DiscoInfoModule.getInfo(JID jid, DiscoInfoModule.DiscoInfoAsyncCallback callback)
           
 void DiscoInfoModule.getInfo(JID jid, String node, AsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, AsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, DiscoItemsModule.DiscoItemsAsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, String node, AsyncCallback callback)
           
abstract  void DiscoItemsModule.DiscoItemsAsyncCallback.onInfoReceived(String attribute, ArrayList<DiscoItemsModule.Item> items)
           
protected abstract  void DiscoInfoModule.DiscoInfoAsyncCallback.onInfoReceived(String node, Collection<DiscoInfoModule.Identity> identities, Collection<String> features)
           
 void DiscoItemsModule.DiscoItemsAsyncCallback.onSuccess(Stanza responseStanza)
           
 void DiscoInfoModule.DiscoInfoAsyncCallback.onSuccess(Stanza responseStanza)
           
protected  void DiscoItemsModule.processGet(IQ element)
           
protected  void DiscoInfoModule.processGet(IQ element)
           
protected  void DiscoItemsModule.processSet(IQ element)
           
protected  void DiscoInfoModule.processSet(IQ element)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc that throw XMLException
 void Room.add(Occupant occupant)
           
protected  boolean MucModule.checkElement(Element element)
           
static XMucUserElement XMucUserElement.extract(Stanza stanza)
           
 Affiliation XMucUserElement.getAffiliation()
           
 JID XMucUserElement.getJID()
           
 String XMucUserElement.getNick()
           
 String Occupant.getNickname()
           
 Role XMucUserElement.getRole()
           
 Room MucModule.join(String roomName, String mucServer, String nickname)
           
 Room MucModule.join(String roomName, String mucServer, String nickname, String password)
           
 void MucModule.leave(Room room)
           
protected  void MucModule.onNetworkDisconnected()
           
 void Room.remove(Occupant occupant)
           
 void Room.sendMessage(String body)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence that throw XMLException
 Presence PresenceStore.getBestPresence(BareJID jid)
           
 boolean PresenceStore.isAvailable(BareJID jid)
           
 void PresenceModule.sendInitialPresence()
           
 void PresenceStore.setPresence(Presence.Show show, String status, Integer priority)
           
 void PresenceModule.setPresence(Presence.Show show, String status, Integer priority)
           
 void PresenceModule.subscribe(JID jid)
           
 void PresenceModule.subscribed(JID jid)
           
 void PresenceModule.unsubscribe(JID jid)
           
 void PresenceModule.unsubscribed(JID jid)
           
 void PresenceStore.update(Presence presence)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that throw XMLException
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, AsyncCallback callback)
           
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, PubSubAsyncCallback callback)
           
protected abstract  Element FormSubmitter.prepareIqPayload()
           
 void FormSubmitter.submit(AsyncCallback callback)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster that throw XMLException
 void RosterStore.add(BareJID jid, String name, AsyncCallback asyncCallback)
           
 void RosterStore.add(BareJID jid, String name, Collection<String> groups, AsyncCallback asyncCallback)
           
protected  void RosterModule.add(BareJID jid, String name, Collection<String> groups, AsyncCallback asyncCallback)
           
 void RosterStore.add(BareJID jid, String name, String[] groups, AsyncCallback asyncCallback)
           
protected  void RosterModule.processGet(IQ element)
           
 void RosterStore.remove(BareJID jid)
           
protected  void RosterModule.remove(BareJID jid)
           
 void RosterModule.rosterRequest()
           
 void RosterStore.update(RosterItem item)
           
protected  void RosterModule.update(RosterItem item)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.modules.vcard
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.vcard that throw XMLException
 Element VCard.makeElement()
           
 void VCardModule.VCardAsyncCallback.onSuccess(Stanza responseStanza)
           
protected abstract  void VCardModule.VCardAsyncCallback.onVCardReceived(VCard vcard)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.stanzas
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas that throw XMLException
static boolean Stanza.canBeConverted(Element element)
           
static Presence Presence.create()
          Creates new instance of stanza.
static Message Message.create()
           
static IQ IQ.create()
           
static ErrorElement ErrorElement.extract(Element stanza)
           
 String Message.getBody()
          Return message body.
 String ErrorElement.getCode()
          Return error code.
 XMPPException.ErrorCondition ErrorElement.getCondition()
          Return error condition.
 XMPPException.ErrorCondition Stanza.getErrorCondition()
          Returns XMPPException.ErrorCondition element.
 JID Stanza.getFrom()
          Returns 'from' attribute.
 String Stanza.getId()
          Returns id of stanza.
 String Presence.getNickname()
          Returns nickname.
 Integer Presence.getPriority()
          Returns priority level of resource.
 Element IQ.getQuery()
          Return <query/> child element.
 Presence.Show Presence.getShow()
          Return avaiability substate.
 String Presence.getStatus()
          Returns natural-language description of an entity's availability.
 String Message.getSubject()
          Returns subject of message.
 String ErrorElement.getText()
          Return human readable error description.
 String Message.getThread()
          Returns thread-id.
 JID Stanza.getTo()
          Returns 'to' attribute.
 StanzaType Stanza.getType()
          Returns type of stanza.
 StanzaType Message.getType()
          Returns type of stanza.
 String ErrorElement.getType()
          Return error type.
 StanzaType Stanza.getType(StanzaType defaultValue)
          Returns type of stanza.
 void Message.setBody(String body)
          Sets body of message.
 void Stanza.setFrom(JID jid)
          Sets 'from' attribute.
 void Stanza.setId(String id)
          Sets id of stanza
 void Presence.setNickname(String nickname)
          Sets nickname.
 void Presence.setPriority(Integer value)
          Sets priority level of resource.
 void Presence.setShow(Presence.Show show)
          Sets avaiability sub-state.
 void Presence.setStatus(String status)
          Sets natural-language description of an entity's availability.
 void Message.setSubject(String subject)
          Sets subject of message.
 void Message.setThread(String thread)
          Sets thread-id of message.
 void Stanza.setTo(JID jid)
          Sets 'to' attribute.
 void Stanza.setType(StanzaType type)
          Sets type of stanza.
 

Constructors in tigase.jaxmpp.core.client.xmpp.stanzas that throw XMLException
IQ(Element element)
           
Message(Element element)
           
Presence(Element element)
           
 

Uses of XMLException in tigase.jaxmpp.core.client.xmpp.utils.delay
 

Methods in tigase.jaxmpp.core.client.xmpp.utils.delay that throw XMLException
static XmppDelay XmppDelay.extract(Stanza stanza)
           
 JID XmppDelay.getFrom()
           
 Date XmppDelay.getStamp()
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.