GWT 2.3.0

com.google.gwt.requestfactory.shared.messages
Interface MessageFactory

All Superinterfaces:
AutoBeanFactory

Deprecated.

@Deprecated
public interface MessageFactory
extends AutoBeanFactory

The factory for creating RequestFactory wire messages.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.autobean.shared.AutoBeanFactory
AutoBeanFactory.Category, AutoBeanFactory.NoWrap
 
Method Summary
 AutoBean<ServerFailureMessage> failure()
          Deprecated.  
 AutoBean<IdMessage> id()
          Deprecated.  
 AutoBean<InvocationMessage> invocation()
          Deprecated.  
 AutoBean<JsonRpcRequest> jsonRpcRequest()
          Deprecated.  
 AutoBean<OperationMessage> operation()
          Deprecated.  
 AutoBean<RequestMessage> request()
          Deprecated.  
 AutoBean<ResponseMessage> response()
          Deprecated.  
 AutoBean<ViolationMessage> violation()
          Deprecated.  
 
Methods inherited from interface com.google.gwt.autobean.shared.AutoBeanFactory
create, create
 

Method Detail

failure

AutoBean<ServerFailureMessage> failure()
Deprecated. 

id

AutoBean<IdMessage> id()
Deprecated. 

invocation

AutoBean<InvocationMessage> invocation()
Deprecated. 

jsonRpcRequest

AutoBean<JsonRpcRequest> jsonRpcRequest()
Deprecated. 

operation

AutoBean<OperationMessage> operation()
Deprecated. 

request

AutoBean<RequestMessage> request()
Deprecated. 

response

AutoBean<ResponseMessage> response()
Deprecated. 

violation

AutoBean<ViolationMessage> violation()
Deprecated. 

GWT 2.3.0