public interface ServiceRequestListener
| Modifier and Type | Method and Description |
|---|---|
de.fhg.aisec.ids.messages.Idscp.ServiceResponse |
onServiceRequest(de.fhg.aisec.ids.messages.Idscp.ServiceRequest req)
Callback method to be called when a service is invoked.
|
de.fhg.aisec.ids.messages.Idscp.ServiceResponse onServiceRequest(de.fhg.aisec.ids.messages.Idscp.ServiceRequest req)
Implementations are expected to handle the request and return a ServiceResponse
within an acceptable time (i.e., some seconds, depending on the timeout accepted by client).
req -