|
||||||||||
| 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.pubsub.XmppPubSubSubscribeQueryMarshal
public class XmppPubSubSubscribeQueryMarshal
pubsub query
XEP-0060: http://www.xmpp.org/extensions/xep-0060.html
namespace = http://jabber.org/protocol/pubsub
element pubsub {
(create, configure?)
| (subscribe?, options?)
| affiliations
| items
| publish
| retract
| subscription
| subscriptions
| unsubscribe
}
element options {
attribute address,
attribute node?,
attribute subid?,
x{jabber:x:data}*
}
element subscribe {
attribute address,
attribute node?
}
| Constructor Summary | |
|---|---|
XmppPubSubSubscribeQueryMarshal()
|
|
| 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 XmppPubSubSubscribeQueryMarshal()
| 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 | |||||||||