|
||||||||||
| 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.disco.XmppDiscoInfoQueryMarshal
public class XmppDiscoInfoQueryMarshal
DiscoInfo query
XEP-0030: http://www.xmpp.org/extensions/xep-0030.html
namespace = http://jabber.org/protocol/disco#info
element query {
attribute node?,
identity*,
feature*
}
element identity {
attribute category,
attribute name?,
attribute type
}
element feature {
attribute var
}
| Constructor Summary | |
|---|---|
XmppDiscoInfoQueryMarshal()
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
fromXml(XmppStreamReader in)
Deserializes the object from XML |
java.lang.String |
getClassName()
Returns the java classname of the object |
java.lang.String |
getLocalName()
Returns the local name for the XMPP stanza value |
java.lang.String |
getNamespaceURI()
Returns the namespace uri for the XMPP stanza value |
DiscoFeature |
parseFeature(XMLStreamReader in)
Deserializes the object from XML |
DiscoIdentity |
parseIdentity(XMLStreamReader in)
Deserializes the object from XML |
void |
toXml(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 |
|---|
public XmppDiscoInfoQueryMarshal()
| Method Detail |
|---|
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public java.lang.String getClassName()
public void toXml(XmppStreamWriter out,
java.io.Serializable object)
throws java.io.IOException,
XMLStreamException
toXml in interface XmppMarshaltoXml in class AbstractXmppMarshaljava.io.IOException
XMLStreamException
public java.io.Serializable fromXml(XmppStreamReader in)
throws java.io.IOException,
XMLStreamException
fromXml in interface XmppMarshalfromXml in class AbstractXmppMarshaljava.io.IOException
XMLStreamException
public DiscoFeature parseFeature(XMLStreamReader in)
throws java.io.IOException,
XMLStreamException
java.io.IOException
XMLStreamException
public DiscoIdentity parseIdentity(XMLStreamReader in)
throws java.io.IOException,
XMLStreamException
java.io.IOException
XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||