oa_gateway_agra

Function unwrap

Source
pub fn unwrap(topic: &str, payload: &[u8]) -> Result<Unwrapped, AgraError>
Expand description

Unwrap OMS JSON or XML Rx/Tx envelopes into wrapper + inner envelopes.

ยงErrors

Returns AgraError if payload is not UTF-8, is neither a JSON object nor an XML element, or is missing a field an Rx/Tx wrapper requires.