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 BodyParserResults
BodyParserSAX.Handler. result
Methods in org.igniterealtime.jbosh that return BodyParserResults Modifier and Type Method Description BodyParserResults
BodyParser. 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.BodyParserResults
BodyParserSAX. 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.BodyParserResults
BodyParserXmlPull. 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)
-