Uses of Class
org.igniterealtime.jbosh.BodyParserResults
-
-
Uses of BodyParserResults in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BodyParserResults Modifier and Type Field Description private BodyParserResultsBodyParserSAX.Handler. resultMethods in org.igniterealtime.jbosh that return BodyParserResults Modifier and Type Method Description BodyParserResultsBodyParser. parse(java.lang.String xml)Parses the XML message, extracting the useful data from the initial body element and returning it in a results object.BodyParserResultsBodyParserSAX. parse(java.lang.String xml)Parses the XML message, extracting the useful data from the initial body element and returning it in a results object.BodyParserResultsBodyParserXmlPull. parse(java.lang.String xml)Parses the XML message, extracting the useful data from the initial body element and returning it in a results object.Constructors in org.igniterealtime.jbosh with parameters of type BodyParserResults Constructor Description Handler(javax.xml.parsers.SAXParser theParser, BodyParserResults results)
-