public interface RequestHandler
| 限定符和类型 | 方法和说明 |
|---|---|
OutgoingResponseMessage |
handleRequest(IncomingRequestMessage request)
Handle the request and return the appropriate response object.
|
OutgoingResponseMessage handleRequest(IncomingRequestMessage request) throws Exception
request - the request to handleExceptionCopyright © 2018. All rights reserved.