Uses of Class
org.jivesoftware.smackx.message_fastening.element.FasteningElement
-
Packages that use FasteningElement Package Description org.jivesoftware.smackx.message_fastening.element XEP-0422: Message Fastening.org.jivesoftware.smackx.message_fastening.provider XEP-0422: Message Fastening. -
-
Uses of FasteningElement in org.jivesoftware.smackx.message_fastening.element
Methods in org.jivesoftware.smackx.message_fastening.element that return FasteningElement Modifier and Type Method Description FasteningElementFasteningElement.Builder. build()Build the element.static FasteningElementFasteningElement. createShellElementForSensitiveElement(java.lang.String originIdOfSensitiveElement)static FasteningElementFasteningElement. createShellElementForSensitiveElement(FasteningElement sensitiveElement)static FasteningElementFasteningElement. createShellElementForSensitiveElement(OriginIdElement originIdOfSensitiveElement)Methods in org.jivesoftware.smackx.message_fastening.element with parameters of type FasteningElement Modifier and Type Method Description static FasteningElementFasteningElement. createShellElementForSensitiveElement(FasteningElement sensitiveElement) -
Uses of FasteningElement in org.jivesoftware.smackx.message_fastening.provider
Methods in org.jivesoftware.smackx.message_fastening.provider that return FasteningElement Modifier and Type Method Description FasteningElementFasteningElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-