public class SimpleRequestProcessor extends Object
Constructor and Description |
---|
SimpleRequestProcessor(ServiceLayer serviceLayer) |
Modifier and Type | Method and Description |
---|---|
String |
process(String payload)
Process a payload sent by a RequestFactory client.
|
void |
setExceptionHandler(ExceptionHandler exceptionHandler) |
public SimpleRequestProcessor(ServiceLayer serviceLayer)
public String process(String payload)
payload
- the payload sent by the clientpublic void setExceptionHandler(ExceptionHandler exceptionHandler)
Copyright © 2016. All rights reserved.