NAME
Hessian::Translator::Envelope - Translate envelope level Hessian syntax
SYNOPSIS
These methods are meant for internal use only.
DESCRIPTION
This module implements methods necessary for processing the packaging of Hessian messages. This includes components of Hessian messages like envelopes and packets (mainly relevant for Hessian 2.0) as well as call and reply elements.
INTERFACE
next_token
process_message
read_envelope
read_envelope_chunk
read_header_or_footer
read_message_chunk
read_packet
read_version
Reads the version of the message.
write_hessian_message
Writes a datastructure as a hessian message.
write_hessian_packet
Write a subset of hessian data out as a packet.