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

Quick Search    Search Deep

Package ru.gammalabs.ice.utils.http

Interface Summary
Requestable Interface that should be implemented by objects that are going to be serialized/deserialized by RequestProcessor.
RequestProcessor Interface of objects serialization/deserialization service for Web environments.
 

Class Summary
AbstractRequestable Abstract implementation of Requestable interface providing the basic functions for storing and managing object identifier and public properties list.
DefaultRequestProcessor Default implementation of RequestProcessor for use with HTTP GET/POST request strings.
 

Exception Summary
IncompatibleTypeException Exception thrown by RequestProcessor in case it is not possible to cast string value to requested type.
ProcessingException  
UnsupportedTypeException Exception thrown by RequestProcessor in case values of this type are not supported by this RequestProcessor implementation.