com.sibvisions.rad.ui.gwt.client.async
Interface TypeMapService

All Superinterfaces:
RemoteService
All Known Subinterfaces:
WebLauncherService
All Known Implementing Classes:
BaseService, WebLauncherServiceImpl

public interface TypeMapService
extends RemoteService

The TypeMapService is a helper interface for all implemented RemoteServices to support serialization of object types which are not directly used.


Method Summary
 TypeMap typemap(TypeMap pTypes)
          An unused method for mapping all serializable types which are not supported without specifying.
 

Method Detail

typemap

TypeMap typemap(TypeMap pTypes)
An unused method for mapping all serializable types which are not supported without specifying.

Parameters:
pTypes - the type-map class
Returns:
the type-map class


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.