GWT 2.3.0

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

Packages that use InvocationMessage
com.google.web.bindery.requestfactory.shared.messages Contains classes that define the RequestFactory wire format. 
 

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

Methods in com.google.web.bindery.requestfactory.shared.messages that return types with arguments of type InvocationMessage
 java.util.List<InvocationMessage> RequestMessage.getInvocations()
           
 AutoBean<InvocationMessage> MessageFactory.invocation()
           
 

Method parameters in com.google.web.bindery.requestfactory.shared.messages with type arguments of type InvocationMessage
 void RequestMessage.setInvocations(java.util.List<InvocationMessage> value)
           
 


GWT 2.3.0