|
||||||||||
| 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.im.XmppRosterQueryMarshal
public class XmppRosterQueryMarshal
Roster query (jabber:iq:roster defined in rfc3921)
element query {
item*
}
element item {
attribute ask?,
attribute address,
attribute name?,
attribute subscription?,
group*
}
element group {
string
}
| Constructor Summary | |
|---|---|
XmppRosterQueryMarshal()
|
|
| 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 |
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 XmppRosterQueryMarshal()
| 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||