GWT 2.7.0

Uses of Interface
com.google.web.bindery.requestfactory.shared.messages.RequestMessage

Packages that use RequestMessage
com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. 
com.google.web.bindery.requestfactory.shared.messages Contains classes that define the RequestFactory wire format. 
 

Uses of RequestMessage in com.google.web.bindery.requestfactory.server
 

Methods in com.google.web.bindery.requestfactory.server with parameters of type RequestMessage
(package private)  void SimpleRequestProcessor.process(RequestMessage req, ResponseMessage resp)
          Main processing method.
 

Uses of RequestMessage in com.google.web.bindery.requestfactory.shared.messages
 

Methods in com.google.web.bindery.requestfactory.shared.messages that return types with arguments of type RequestMessage
 AutoBean<RequestMessage> MessageFactory.request()
           
 


GWT 2.7.0