Uses of Class
org.igniterealtime.jbosh.BodyQName
-
Uses of BodyQName in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BodyQNameModifier and TypeFieldDescription(package private) static final BodyQName
Attributes.ACCEPT
(package private) static final BodyQName
Attributes.ACK
(package private) static final BodyQName
Attributes.AUTHID
(package private) static final BodyQName
Attributes.CHARSETS
(package private) static final BodyQName
Attributes.CONDITION
(package private) static final BodyQName
Attributes.CONTENT
(package private) static final BodyQName
Attributes.FROM
(package private) static final BodyQName
Attributes.HOLD
(package private) static final BodyQName
Attributes.INACTIVITY
(package private) static final BodyQName
Attributes.KEY
(package private) static final BodyQName
Attributes.MAXPAUSE
(package private) static final BodyQName
Attributes.NEWKEY
(package private) static final BodyQName
Attributes.PAUSE
(package private) static final BodyQName
Attributes.POLLING
(package private) static final BodyQName
Attributes.REPORT
(package private) static final BodyQName
Attributes.REQUESTS
(package private) static final BodyQName
Attributes.RID
(package private) static final BodyQName
Attributes.ROUTE
(package private) static final BodyQName
Attributes.SECURE
(package private) static final BodyQName
Attributes.SID
(package private) static final BodyQName
Attributes.STREAM
(package private) static final BodyQName
Attributes.TIME
(package private) static final BodyQName
Attributes.TO
(package private) static final BodyQName
Attributes.TYPE
(package private) static final BodyQName
Attributes.VER
(package private) static final BodyQName
Attributes.WAIT
(package private) static final BodyQName
Attributes.XML_LANG
Fields in org.igniterealtime.jbosh with type parameters of type BodyQNameModifier and TypeFieldDescriptionBodyParserResults.attrs
Map of qualified names to their values.ComposableBody.attrs
Map of all attributes to their values.StaticBody.attrs
Map of all attributes to their values.ComposableBody.Builder.map
Methods in org.igniterealtime.jbosh that return BodyQNameModifier and TypeMethodDescriptionstatic BodyQName
Creates a new qualified name using a namespace URI and local name.(package private) static BodyQName
BodyQName.createBOSH
(String local) Creates a new qualified name using the BOSH namespace URI and local name.static BodyQName
BodyQName.createWithPrefix
(String uri, String local, String prefix) Creates a new qualified name using a namespace URI and local name along with an optional prefix.(package private) static BodyQName
AbstractBody.getBodyQName()
Returns the qualified name of the root/wrapper element.Methods in org.igniterealtime.jbosh that return types with arguments of type BodyQNameModifier and TypeMethodDescriptionAbstractBody.getAttributeNames()
Get a set of all defined attribute names.AbstractBody.getAttributes()
Get a map of all defined attribute names with their corresponding values.BodyParserResults.getAttributes()
Returns the map of attributes added by the parser.ComposableBody.getAttributes()
Get a map of all defined attribute names with their corresponding values.StaticBody.getAttributes()
Get a map of all defined attribute names with their corresponding values.Methods in org.igniterealtime.jbosh with parameters of type BodyQNameModifier and TypeMethodDescription(package private) void
BodyParserResults.addBodyAttributeValue
(BodyQName name, String value) Add an attribute definition to the results.final String
AbstractBody.getAttribute
(BodyQName attr) Get the value of the specified attribute.private static String
CMSessionParams.getRequiredAttribute
(AbstractBody body, BodyQName name) ComposableBody.Builder.setAttribute
(BodyQName name, String value) Set an attribute on the message body / wrapper element.Constructor parameters in org.igniterealtime.jbosh with type arguments of type BodyQNameModifierConstructorDescriptionprivate
ComposableBody
(Map<BodyQName, String> attrMap, String payloadXML) Prevent direct construction.private
StaticBody
(Map<BodyQName, String> attrMap, String rawXML) Prevent direct construction.