public class StompFormatImpl extends Object implements StompFormat
This StompFormat implementation is based in apache Apollo.
| Constructor and Description |
|---|
StompFormatImpl() |
public Frame parse(String str) throws ParseException
Takes the given String and converts it to a Frame.
parse in interface StompFormatstr - the String representationParseException - if String is not correctpublic String format(Frame msg)
Takes the given Frame and converts it to a String representation.
format in interface StompFormatmsg - the frameString representationCopyright © 2014. All Rights Reserved.