|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.xmpp.AbstractXmppMarshal
com.caucho.xmpp.muc.XmppMucUserQueryMarshal
public class XmppMucUserQueryMarshal
MucUser query
XEP-0045: http://www.xmpp.org/extensions/xep-0045.html
namespace = http://jabber.org/protocol/muc#user
element x {
decline?
& destroy?
& invite*
& item?
& password?
& status*
}
element decline {
Constructor Summary
XmppMucUserQueryMarshal()
Method Summary
java.io.SerializablefromXml(XmppStreamReader in)
Deserializes the object from XML
java.lang.StringgetClassName()
Returns the java classname of the object
java.lang.StringgetLocalName()
Returns the local name for the XMPP stanza value
java.lang.StringgetNamespaceURI()
Returns the namespace uri for the XMPP stanza value
MucDeclineparseDecline(XMLStreamReader in)
Deserializes the object from XML
MucDestroyparseDestroy(XMLStreamReader in)
Deserializes the object from XML
MucInviteparseInvite(XMLStreamReader in)
Deserializes the object from XML
MucStatusparseStatus(XMLStreamReader in)
Deserializes the object from XML
voidtoXml(XmppStreamWriter out,
java.io.Serializable object)
Serializes the object to XML
Methods inherited from class com.caucho.xmpp.AbstractXmppMarshal
debug, expectEnd, expectEnd, skipToEnd, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
XmppMucUserQueryMarshal
public XmppMucUserQueryMarshal()
Method Detail
getNamespaceURI
public java.lang.String getNamespaceURI()
getLocalName
public java.lang.String getLocalName()
getClassName
public java.lang.String getClassName()
toXml
public void toXml(XmppStreamWriter out,
java.io.Serializable object)
throws java.io.IOException,
XMLStreamException
toXml in interface XmppMarshaltoXml in class AbstractXmppMarshal
java.io.IOException
XMLStreamException
fromXml
public java.io.Serializable fromXml(XmppStreamReader in)
throws java.io.IOException,
XMLStreamException
fromXml in interface XmppMarshalfromXml in class AbstractXmppMarshal
java.io.IOException
XMLStreamException
parseInvite
public MucInvite parseInvite(XMLStreamReader in)
throws java.io.IOException,
XMLStreamException
java.io.IOException
XMLStreamException
parseDecline
public MucDecline parseDecline(XMLStreamReader in)
throws java.io.IOException,
XMLStreamException
java.io.IOException
XMLStreamException
parseDestroy
public MucDestroy parseDestroy(XMLStreamReader in)
throws java.io.IOException,
XMLStreamException
java.io.IOException
XMLStreamException
parseStatus
public MucStatus parseStatus(XMLStreamReader in)
throws java.io.IOException,
XMLStreamException
java.io.IOException
XMLStreamException
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD