GWT 0.0.0

Uses of Interface
com.google.gwt.rpc.server.CastableTypeData

Packages that use CastableTypeData
com.google.gwt.rpc.linker Classes used to implement RPC. 
com.google.gwt.rpc.server Contains the server-side APIs for deRPC. 
 

Uses of CastableTypeData in com.google.gwt.rpc.linker
 

Classes in com.google.gwt.rpc.linker that implement CastableTypeData
 class CastableTypeDataImpl
          Implementation of a wrapped castableTypeMap.
 

Uses of CastableTypeData in com.google.gwt.rpc.server
 

Methods in com.google.gwt.rpc.server that return CastableTypeData
 CastableTypeData WebModeClientOracle.getCastableTypeData(java.lang.Class<?> clazz)
           
 CastableTypeData HostedModeClientOracle.getCastableTypeData(java.lang.Class<?> clazz)
           
 CastableTypeData DelegatingClientOracle.getCastableTypeData(java.lang.Class<?> clazz)
           
abstract  CastableTypeData ClientOracle.getCastableTypeData(java.lang.Class<?> clazz)
          Returns the Json castableType data for a given type.
 

Methods in com.google.gwt.rpc.server with parameters of type CastableTypeData
 void WebModeClientOracle.Builder.add(java.lang.String jsIdent, java.lang.String jsniIdent, java.lang.String className, java.lang.String memberName, int queryId, CastableTypeData castableTypeData)
           
 


GWT 0.0.0