public static class InBandRegistrationModule.ReceivedErrorHandler.ReceivedErrorEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<InBandRegistrationModule.ReceivedErrorHandler>
| Constructor and Description |
|---|
ReceivedErrorEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza,
tigase.jaxmpp.core.client.XMPPException.ErrorCondition error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(InBandRegistrationModule.ReceivedErrorHandler handler) |
tigase.jaxmpp.core.client.XMPPException.ErrorCondition |
getErrorCondition() |
tigase.jaxmpp.core.client.xmpp.stanzas.IQ |
getResponseStanza() |
void |
setErrorCondition(tigase.jaxmpp.core.client.XMPPException.ErrorCondition errorCondition) |
void |
setResponseStanza(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza) |
public ReceivedErrorEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza,
tigase.jaxmpp.core.client.XMPPException.ErrorCondition error)
protected void dispatch(InBandRegistrationModule.ReceivedErrorHandler handler) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<InBandRegistrationModule.ReceivedErrorHandler>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.XMPPException.ErrorCondition getErrorCondition()
public void setErrorCondition(tigase.jaxmpp.core.client.XMPPException.ErrorCondition errorCondition)
public tigase.jaxmpp.core.client.xmpp.stanzas.IQ getResponseStanza()
public void setResponseStanza(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza)
Copyright © 2006–2017 Tigase. All rights reserved.