Uses of Class
org.igniterealtime.jbosh.StaticBody
-
-
Uses of StaticBody in org.igniterealtime.jbosh
Methods in org.igniterealtime.jbosh that return StaticBody Modifier and Type Method Description static StaticBodyStaticBody. fromStream(java.io.InputStream inStream)Creates an instance which is initialized by reading a body message from the provided stream.static StaticBodyStaticBody. fromString(java.lang.String rawXML)Creates an instance which is initialized by reading a body message from the provided raw XML string.Methods in org.igniterealtime.jbosh with parameters of type StaticBody Modifier and Type Method Description (package private) static ComposableBodyComposableBody. fromStaticBody(StaticBody body)Parse a static body instance into a composable instance.
-