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 PubSubElementTypeAffiliation.AffiliationNamespace. typePubSubElementTypeSubscriptionsExtension.SubscriptionsNamespace. typeMethods in org.jivesoftware.smackx.pubsub that return PubSubElementType Modifier and Type Method Description PubSubElementTypeFormNodeType. getNodeElement()PubSubElementTypeItemsExtension.ItemsElementType. getNodeElement()static PubSubElementTypePubSubElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static PubSubElementTypePubSubElementType. valueOfFromElemName(String elemName, 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 aNodeExtensionwith an element name specified byPubSubElementType.NodeExtension(PubSubElementType elem, String nodeId)Constructs aNodeExtensionwith an element name specified byPubSubElementTypeand 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 XmlElement>
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 ConfigureFormNodeUtils. getFormFromPacket(Stanza packet, PubSubElementType elem)Get aConfigureFormfrom a packet.
-