public interface JberdHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endStruct(JBerdNode n)
Is called by the decoder on detecting the end of a
constructed element
|
void |
startStruct(JBerdNode n)
Is called by the decoder on detecting the start of a
constructed element.
|
void |
val(JBerdNode n,
byte[] payload)
Is called by the decoder on detecting a primitive element
|
void startStruct(JBerdNode n)
n - contains the details of the node that is startingvoid endStruct(JBerdNode n)
n - contains the details of the node that is endingvoid val(JBerdNode n, byte[] payload)
n - contains the details of the node that is startingpayload - contains the value of the primitive element