Uses of Class
org.igniterealtime.jbosh.BodyQName
-
-
Uses of BodyQName in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BodyQName Modifier and Type Field Description (package private) static BodyQNameAttributes. ACCEPT(package private) static BodyQNameAttributes. ACK(package private) static BodyQNameAttributes. AUTHID(package private) static BodyQNameAttributes. CHARSETS(package private) static BodyQNameAttributes. CONDITION(package private) static BodyQNameAttributes. CONTENT(package private) static BodyQNameAttributes. FROM(package private) static BodyQNameAttributes. HOLD(package private) static BodyQNameAttributes. INACTIVITY(package private) static BodyQNameAttributes. KEY(package private) static BodyQNameAttributes. MAXPAUSE(package private) static BodyQNameAttributes. NEWKEY(package private) static BodyQNameAttributes. PAUSE(package private) static BodyQNameAttributes. POLLING(package private) static BodyQNameAttributes. REPORT(package private) static BodyQNameAttributes. REQUESTS(package private) static BodyQNameAttributes. RID(package private) static BodyQNameAttributes. ROUTE(package private) static BodyQNameAttributes. SECURE(package private) static BodyQNameAttributes. SID(package private) static BodyQNameAttributes. STREAM(package private) static BodyQNameAttributes. TIME(package private) static BodyQNameAttributes. TO(package private) static BodyQNameAttributes. TYPE(package private) static BodyQNameAttributes. VER(package private) static BodyQNameAttributes. WAIT(package private) static BodyQNameAttributes. XML_LANGFields in org.igniterealtime.jbosh with type parameters of type BodyQName Modifier and Type Field Description private java.util.Map<BodyQName,java.lang.String>BodyParserResults. attrsMap of qualified names to their values.private java.util.Map<BodyQName,java.lang.String>ComposableBody. attrsMap of all attributes to their values.private java.util.Map<BodyQName,java.lang.String>StaticBody. attrsMap of all attributes to their values.private java.util.Map<BodyQName,java.lang.String>ComposableBody.Builder. mapMethods in org.igniterealtime.jbosh that return BodyQName Modifier and Type Method Description static BodyQNameBodyQName. create(java.lang.String uri, java.lang.String local)Creates a new qualified name using a namespace URI and local name.(package private) static BodyQNameBodyQName. createBOSH(java.lang.String local)Creates a new qualified name using the BOSH namespace URI and local name.static BodyQNameBodyQName. createWithPrefix(java.lang.String uri, java.lang.String local, java.lang.String prefix)Creates a new qualified name using a namespace URI and local name along with an optional prefix.(package private) static BodyQNameAbstractBody. getBodyQName()Returns the qualified name of the root/wrapper element.Methods in org.igniterealtime.jbosh that return types with arguments of type BodyQName Modifier and Type Method Description java.util.Set<BodyQName>AbstractBody. getAttributeNames()Get a set of all defined attribute names.abstract java.util.Map<BodyQName,java.lang.String>AbstractBody. getAttributes()Get a map of all defined attribute names with their corresponding values.(package private) java.util.Map<BodyQName,java.lang.String>BodyParserResults. getAttributes()Returns the map of attributes added by the parser.java.util.Map<BodyQName,java.lang.String>ComposableBody. getAttributes()Get a map of all defined attribute names with their corresponding values.java.util.Map<BodyQName,java.lang.String>StaticBody. getAttributes()Get a map of all defined attribute names with their corresponding values.Methods in org.igniterealtime.jbosh with parameters of type BodyQName Modifier and Type Method Description (package private) voidBodyParserResults. addBodyAttributeValue(BodyQName name, java.lang.String value)Add an attribute definition to the results.java.lang.StringAbstractBody. getAttribute(BodyQName attr)Get the value of the specified attribute.private static java.lang.StringCMSessionParams. getRequiredAttribute(AbstractBody body, BodyQName name)ComposableBody.BuilderComposableBody.Builder. setAttribute(BodyQName name, java.lang.String value)Set an attribute on the message body / wrapper element.Constructor parameters in org.igniterealtime.jbosh with type arguments of type BodyQName Constructor Description ComposableBody(java.util.Map<BodyQName,java.lang.String> attrMap, java.lang.String payloadXML)Prevent direct construction.StaticBody(java.util.Map<BodyQName,java.lang.String> attrMap, java.lang.String rawXML)Prevent direct construction.
-