ibspan.tss.agents.pra
Interface SynchronousController
public interface SynchronousController
ProxyAgent is place where asynchronous work of the system meets with synchronous
work of HTTP protocol. This interface provides mechanizm of transparent (for
a client) synchronous delivery of response to the client.
- Author:
- Pawel Kaczmarek
process
DataView process(UserRequest request)
throws SystemResponseException
- Proceses request from outside of the System.
- Parameters:
request
- -
request of the client
- Returns:
- response of the System
- Throws:
SystemResponseException