GWT 2.3.0

com.google.gwt.requestfactory.server
Class SimpleRequestProcessor

java.lang.Object
  extended by com.google.gwt.requestfactory.server.SimpleRequestProcessor

Deprecated.

@Deprecated
public class SimpleRequestProcessor
extends java.lang.Object

Processes request payloads from a RequestFactory client. This implementation is stateless. A single instance may be reused and is thread-safe.

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


Constructor Summary
SimpleRequestProcessor(ServiceLayer serviceLayer)
          Deprecated.  
 
Method Summary
 java.lang.String process(java.lang.String payload)
          Deprecated. Process a payload sent by a RequestFactory client.
 void setExceptionHandler(ExceptionHandler exceptionHandler)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRequestProcessor

public SimpleRequestProcessor(ServiceLayer serviceLayer)
Deprecated. 
Method Detail

process

public java.lang.String process(java.lang.String payload)
Deprecated. 
Process a payload sent by a RequestFactory client.

Parameters:
payload - the payload sent by the client
Returns:
a payload to return to the client

setExceptionHandler

public void setExceptionHandler(ExceptionHandler exceptionHandler)
Deprecated. 

GWT 2.3.0