Uses of Interface
org.igniterealtime.jbosh.BodyParser
-
-
Uses of BodyParser in org.igniterealtime.jbosh
Classes in org.igniterealtime.jbosh that implement BodyParser Modifier and Type Class Description (package private) class
BodyParserSAX
Implementation of the BodyParser interface which uses the SAX API that is part of the JDK.(package private) class
BodyParserXmlPull
Implementation of the BodyParser interface which uses the XmlPullParser API.Fields in org.igniterealtime.jbosh declared as BodyParser Modifier and Type Field Description private static BodyParser
StaticBody. PARSER
Selected parser to be used to process raw XML messages.
-