Uses of Class
org.jivesoftware.smackx.pubsub.PubSubElementType
-
Packages that use PubSubElementType Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.packet Stanzas and extension elements for Publish-Subscribe (XEP-60).org.jivesoftware.smackx.pubsub.util Utilities for Publish-Subscribe (XEP-60). -
-
Uses of PubSubElementType in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as PubSubElementType Modifier and Type Field Description PubSubElementType
Affiliation.AffiliationNamespace. type
PubSubElementType
SubscriptionsExtension.SubscriptionsNamespace. type
Methods in org.jivesoftware.smackx.pubsub that return PubSubElementType Modifier and Type Method Description PubSubElementType
FormNodeType. getNodeElement()
PubSubElementType
ItemsExtension.ItemsElementType. getNodeElement()
static PubSubElementType
PubSubElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PubSubElementType
PubSubElementType. valueOfFromElemName(java.lang.String elemName, java.lang.String namespace)
static PubSubElementType[]
PubSubElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.pubsub with parameters of type PubSubElementType Constructor Description NodeExtension(PubSubElementType elem)
Constructs aNodeExtension
with an element name specified byPubSubElementType
.NodeExtension(PubSubElementType elem, java.lang.String nodeId)
Constructs aNodeExtension
with an element name specified byPubSubElementType
and the specified node id. -
Uses of PubSubElementType in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet with parameters of type PubSubElementType Modifier and Type Method Description <PE extends ExtensionElement>
PEPubSub. getExtension(PubSubElementType elem)
-
Uses of PubSubElementType in org.jivesoftware.smackx.pubsub.util
Methods in org.jivesoftware.smackx.pubsub.util with parameters of type PubSubElementType Modifier and Type Method Description static ConfigureForm
NodeUtils. getFormFromPacket(Stanza packet, PubSubElementType elem)
Get aConfigureForm
from a packet.
-