| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IContentCodec
The interface for content codecs.
| Method Summary | |
|---|---|
|  Object | decode(String val)Decode data with the codec. | 
|  String | encode(Object val)Encode data with the codec. | 
|  boolean | match(Properties props)Test if the codec can be used with the provided meta information. | 
| Method Detail | 
|---|
boolean match(Properties props)
props - The meta information.
String encode(Object val)
val - The value.
Object decode(String val)
val - The string value.
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.