GWT 2.3.0

Uses of Interface
com.google.gwt.requestfactory.shared.messages.InvocationMessage

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

Uses of InvocationMessage in com.google.gwt.requestfactory.shared.messages
 

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

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


GWT 2.3.0