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 BodyQNameAttributes.ACCEPT(package private) static final BodyQNameAttributes.ACK(package private) static final BodyQNameAttributes.AUTHID(package private) static final BodyQNameAttributes.CHARSETS(package private) static final BodyQNameAttributes.CONDITION(package private) static final BodyQNameAttributes.CONTENT(package private) static final BodyQNameAttributes.FROM(package private) static final BodyQNameAttributes.HOLD(package private) static final BodyQNameAttributes.INACTIVITY(package private) static final BodyQNameAttributes.KEY(package private) static final BodyQNameAttributes.MAXPAUSE(package private) static final BodyQNameAttributes.NEWKEY(package private) static final BodyQNameAttributes.PAUSE(package private) static final BodyQNameAttributes.POLLING(package private) static final BodyQNameAttributes.REPORT(package private) static final BodyQNameAttributes.REQUESTS(package private) static final BodyQNameAttributes.RID(package private) static final BodyQNameAttributes.ROUTE(package private) static final BodyQNameAttributes.SECURE(package private) static final BodyQNameAttributes.SID(package private) static final BodyQNameAttributes.STREAM(package private) static final BodyQNameAttributes.TIME(package private) static final BodyQNameAttributes.TO(package private) static final BodyQNameAttributes.TYPE(package private) static final BodyQNameAttributes.VER(package private) static final BodyQNameAttributes.WAIT(package private) static final BodyQNameAttributes.XML_LANGFields in org.igniterealtime.jbosh with type parameters of type BodyQNameModifier and TypeFieldDescriptionBodyParserResults.attrsMap of qualified names to their values.ComposableBody.attrsMap of all attributes to their values.StaticBody.attrsMap of all attributes to their values.ComposableBody.Builder.mapMethods in org.igniterealtime.jbosh that return BodyQNameModifier and TypeMethodDescriptionstatic BodyQNameCreates a new qualified name using a namespace URI and local name.(package private) static BodyQNameBodyQName.createBOSH(String local) Creates a new qualified name using the BOSH namespace URI and local name.static BodyQNameBodyQName.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 BodyQNameAbstractBody.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) voidBodyParserResults.addBodyAttributeValue(BodyQName name, String value) Add an attribute definition to the results.final StringAbstractBody.getAttribute(BodyQName attr) Get the value of the specified attribute.private static StringCMSessionParams.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 BodyQNameModifierConstructorDescriptionprivateComposableBody(Map<BodyQName, String> attrMap, String payloadXML) Prevent direct construction.privateStaticBody(Map<BodyQName, String> attrMap, String rawXML) Prevent direct construction.