| Interface | Description |
|---|---|
| DispatchRequestProcess |
This is a process before or after a request in the dispatch generator
|
| Class | Description |
|---|---|
| DispatchGenerator |
This generator read the request incoming from the client org.ametys.servercomm.ServerComm component,
then dispatch it to given url
and aggregate the result
|
| DispatchGenerator.ResponseHandler |
Wrap the handler ignore start and end document, but adding a response tag.
|
| DispatchProcessExtensionPoint |
This extension point is called by the dispatcher at each internal request
|