Package org.igniterealtime.jbosh
Class AttrSessionID
- java.lang.Object
-
- org.igniterealtime.jbosh.AbstractAttr<java.lang.String>
-
- org.igniterealtime.jbosh.AttrSessionID
-
- All Implemented Interfaces:
java.lang.Comparable
final class AttrSessionID extends AbstractAttr<java.lang.String>
Data type representing the getValue of thesid
attribute of thebosh
element.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AttrSessionID(java.lang.String val)
Creates a new attribute object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static AttrSessionID
createFromString(java.lang.String str)
Creates a new attribute instance from the provided String.
-
-
-
Method Detail
-
createFromString
static AttrSessionID createFromString(java.lang.String str)
Creates a new attribute instance from the provided String.- Parameters:
str
- string representation of the attribute- Returns:
- attribute instance
-
-