Uses of Interface
com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
-
Packages that use InvocationMessage Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
RequestMessage. setInvocations(java.util.List<InvocationMessage> value)
-