Class AttentionExtension
- java.lang.Object
-
- org.jivesoftware.smackx.attention.packet.AttentionExtension
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
public class AttentionExtension extends java.lang.Object implements ExtensionElement
A PacketExtension that implements XEP-0224: Attention This extension is expected to be added to message stanzas of type 'headline.' Please refer to the XEP for more implementation guidelines.- See Also:
- XEP-0224: Attention
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AttentionExtension.Provider
AExtensionElementProvider
for theAttentionExtension
.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
The XML element name of an 'attention' extension.static java.lang.String
NAMESPACE
The namespace that qualifies the XML element of an 'attention' extension.
-
Constructor Summary
Constructors Constructor Description AttentionExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the root element name.java.lang.String
getNamespace()
Returns the root element XML namespace.XmlStringBuilder
toXML(XmlEnvironment enclosingNamespace)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
The XML element name of an 'attention' extension.- See Also:
- Constant Field Values
-
NAMESPACE
public static final java.lang.String NAMESPACE
The namespace that qualifies the XML element of an 'attention' extension.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttentionExtension
public AttentionExtension()
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
public java.lang.String getNamespace()
Description copied from interface:FullyQualifiedElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceFullyQualifiedElement
- Returns:
- the namespace.
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
-