Uses of Class
org.xmpp.packet.PacketExtension
Packages that use PacketExtension
-
Uses of PacketExtension in org.xmpp.forms
Subclasses of PacketExtension in org.xmpp.formsModifier and TypeClassDescriptionclassRepresents a form that could be use for gathering data as well as for reporting data returned from a search. -
Uses of PacketExtension in org.xmpp.packet
Fields in org.xmpp.packet with type parameters of type PacketExtensionModifier and TypeFieldDescriptionprotected static final Map<org.dom4j.QName,Class<? extends PacketExtension>> PacketExtension.registeredExtensionsSubclasses of PacketExtension should register the element name and namespace that the subclass is using.Methods in org.xmpp.packet that return PacketExtensionModifier and TypeMethodDescriptionPacketExtension.createCopy()Creates a deep copy of this packet extension.IQ.getExtension(String name, String namespace) Returns aPacketExtensionon the first element found in this packet's child element for the specifiednameandnamespaceornullif none was found.Packet.getExtension(String name, String namespace) Returns aPacketExtensionon the first element found in this packet for the specifiednameandnamespaceornullif none was found.Methods in org.xmpp.packet that return types with arguments of type PacketExtensionModifier and TypeMethodDescriptionstatic Class<? extends PacketExtension>PacketExtension.getExtensionClass(String name, String namespace) Returns the extension class to use for the specified element name and namespace.Methods in org.xmpp.packet with parameters of type PacketExtensionModifier and TypeMethodDescriptionvoidIQ.addExtension(PacketExtension extension) Adds the element contained in the PacketExtension to the child element of the IQ packet.voidPacket.addExtension(PacketExtension extension) Adds the element contained in the PacketExtension to the element of this packet.