public interface StompFormat
This interfaces defines methods that allows to convert a String object into a Frame object and vice-versa.
Frame parse(String str) throws ParseException
Takes the given String and converts it to a Frame.
str - the String representationParseException - if String is not correctCopyright © 2014. All Rights Reserved.