On Mon, Jul 22, 2013 at 4:54 AM, Scott Stults <[email protected]> wrote: > Is Protocol.getMessages().getRequest() to construct the payload of the > servlet request the right path?
If Protocol provides a useful way to define your messages but the existing wire formats are not appropriate then using getRequest() directly seems entirely reasonable to me. Doug
