|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageCodec
Interface for a message codec. This allows the UIProxy to unmarshal and marshal messages.
| Method Summary | |
|---|---|
String |
marshal(Object message)
Marshal a message to a specification. |
Object |
unmarshal(String spec)
Unmarshal a message from it's specification. |
| Method Detail |
|---|
Object unmarshal(String spec)
throws CodecException
CodecException
String marshal(Object message)
throws CodecException
CodecException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||