|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.xmpp.Error
public class Error
Class that represents an XMPP error. Error objects are returned by {@link InboundErrorParser#parseError(javax.servlet.http.HttpServletRequest); there is no method for sending an outbound error.
Constructor Summary | |
---|---|
Error(JID fromJid,
java.lang.String stanza)
Constructor for an Error object. |
Method Summary | |
---|---|
JID |
getFromJid()
|
java.lang.String |
getStanza()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Error(JID fromJid, java.lang.String stanza)
fromJid
- the sender of the error.stanza
- the XMPP stanza representing the error.Method Detail |
---|
public JID getFromJid()
public java.lang.String getStanza()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |