Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.utils.http
Interface Requestable  view Requestable download Requestable.java

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.