|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.standalone.transport.codecs.JadexXMLCodec
public class JadexXMLCodec
The Jadex XML codec. Codec supports parallel calls of multiple concurrent clients (no method synchronization necessary).
| Field Summary | |
|---|---|
static byte |
CODEC_ID
The nuggets codec id. |
protected boolean |
DEBUG
The debug flag. |
| Constructor Summary | |
|---|---|
JadexXMLCodec()
|
|
| Method Summary | |
|---|---|
Object |
decode(byte[] bytes,
ClassLoader classloader)
Decode an object. |
byte[] |
encode(Object val,
ClassLoader classloader)
Encode an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte CODEC_ID
protected boolean DEBUG
| Constructor Detail |
|---|
public JadexXMLCodec()
| Method Detail |
|---|
public byte[] encode(Object val,
ClassLoader classloader)
encode in interface IEncoderobj - The object.
IOException
public Object decode(byte[] bytes,
ClassLoader classloader)
decode in interface IDecoderbytes - The value bytes.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||