|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.requestfactory.server.SimpleRequestProcessor
@Deprecated public class SimpleRequestProcessor
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 |
---|
public SimpleRequestProcessor(ServiceLayer serviceLayer)
Method Detail |
---|
public java.lang.String process(java.lang.String payload)
payload
- the payload sent by the client
public void setExceptionHandler(ExceptionHandler exceptionHandler)
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |