|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.web.bindery.requestfactory.server.SimpleRequestProcessor
public class SimpleRequestProcessor
Processes request payloads from a RequestFactory client. This implementation is stateless. A single instance may be reused and is thread-safe.
Constructor Summary | |
---|---|
SimpleRequestProcessor(ServiceLayer serviceLayer)
|
Method Summary | |
---|---|
java.lang.String |
process(java.lang.String payload)
Process a payload sent by a RequestFactory client. |
void |
setExceptionHandler(ExceptionHandler exceptionHandler)
|
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 |