public interface RequestHandler
Modifier and Type | Method and Description |
---|---|
OutgoingResponseMessage |
handleRequest(IncomingRequestMessage request)
Handle the request and return the appropriate response object.
|
OutgoingResponseMessage handleRequest(IncomingRequestMessage request) throws java.lang.Exception
request
- the request to handlejava.lang.Exception
Copyright © 2014 Infinite Automation Systems. All Rights Reserved.