| Package | Description |
|---|---|
| de.aristaflow.adept2.base.communication |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackObjectNotRegistered
This method is thrown if there is no exported callback object registered with
the given callbackID within the requested callback export module.
|
| Modifier and Type | Method and Description |
|---|---|
O |
CommunicationStack.process(java.net.URI remoteIdentifier,
I input)
Handles the request and returns the response.
|
O |
CommunicationStackLayer.process(java.net.URI remoteIdentifier,
I input) |
O |
CommunicationStackTerminator.process(java.net.URI remoteIdentifier,
I input) |
O2 |
CommStackInterceptor.process(java.net.URI remoteIdentifier,
I1 input,
CommunicationStack<I2,O1> commStack)
Intercepts the communication processing and forwards it to the designated communication stack.
|
protected abstract O |
CommunicationStackTerminator.processInputAndReturn(java.net.URI remoteIdentifier,
I input)
Transforms the given input of type
I accordingly to the
functionality this communication stack element is designed for and returns
the result of type O of this transformation process. |
I2 |
CommStackTransformer.transformInput(java.net.URI remoteIdentifier,
I1 input)
Transforms the designated input of type
I1 to type I2. |
O2 |
CommStackTransformer.transformOutput(java.net.URI remoteIdentifier,
O1 output)
Transforms the designated input of type
O1 to type O2. |