public class MessageElementDescription extends Object
| Modifier and Type | Method and Description |
|---|---|
static MessageElementDescription |
getDecodedMessageElementDescription(int type,
byte[] value,
int val_length,
int val_offset) |
static MessageElementDescription |
getEncodedMessageElementDescription(int type,
long sizeInBytes) |
long |
getSizeInBytes() |
int |
getType() |
byte[] |
getValue() |
public static MessageElementDescription getEncodedMessageElementDescription(int type, long sizeInBytes)
public static MessageElementDescription getDecodedMessageElementDescription(int type, byte[] value, int val_length, int val_offset)
public byte[] getValue()
public long getSizeInBytes()
public int getType()
Copyright 2004-2020 Solace Corporation. All rights reserved.