Uses of Class
org.directwebremoting.io.StringWrapper

Packages that use StringWrapper
org.directwebremoting.jsonrpc.io   
 

Uses of StringWrapper in org.directwebremoting.jsonrpc.io
 

Methods in org.directwebremoting.jsonrpc.io that return StringWrapper
 StringWrapper JsonRpcCalls.getId()
          A version of Calls.getBatchId() that returns a StringWrapper so we can return a verbatim string because id is really a variant type in Javascript.
 StringWrapper JsonRpcResponse.getId()
          A Request identifier that SHOULD be a JSON scalar (String, Number, True, False), but SHOULD normally not be Null [1].
 

Constructors in org.directwebremoting.jsonrpc.io with parameters of type StringWrapper
JsonRpcResponse(java.lang.String version, StringWrapper id, java.lang.Object result)
          Create an Error from a request and the data to fulfill the request
 


Copyright ยจ 2008