| Package | Description |
|---|---|
| de.aristaflow.adept2.base.communication |
| Modifier and Type | Field and Description |
|---|---|
protected ADEPT2CallbackExport |
InvocationTarget.InvocationHandling.callbackExport
The callback export of a specific communication service for replacing
callback objects by an appropriate URI.
|
| Modifier and Type | Method and Description |
|---|---|
ADEPT2CallbackExport |
InvocationTarget.InvocationHandling.getAdept2CallbackExport()
Gets the callback export of a specific communication service for
replacing callback objects by an appropriate URI.
|
ADEPT2CallbackExport |
CommunicationService.getADEPT2CallbackExport()
Returns the submodule responsible for exporting callback objects.
|
| Constructor and Description |
|---|
InvocationHandling(InvocationDelegate invDel,
ADEPT2CallbackExport callbackExport,
java.net.URI localUri)
Creates a new instance encapsulating the designated objects for
invocation handling of global URIs.
|