|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> utils >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ru.gammalabs.ice.utils.http
Interface Requestable

- All Known Implementing Classes:
- AbstractRequestable
- public interface Requestable
Interface that should be implemented by objects that are going to be serialized/deserialized by RequestProcessor. This interface provides properties for object instance unique identification and indicating properties to be serialized.
- Version:
- $Revision: 1.1 $
| Method Summary | |
java.util.List |
getRequestableProperties()
Returns list of object properties that are intended to be serialized by RequestProcessor. |
void |
setRequestableProperties(java.util.List properties)
Sets object list of properties that are intended to be serialized by RequestProcessor. |
| Method Detail |
getRequestableProperties
public java.util.List getRequestableProperties()
- Returns list of object properties that are intended to be serialized by RequestProcessor.
setRequestableProperties
public void setRequestableProperties(java.util.List properties)
- Sets object list of properties that are intended to be serialized by RequestProcessor.
|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> utils >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC