public static class InvocationTarget.InvocationHandling
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ADEPT2CallbackExport |
callbackExport
The callback export of a specific communication service for replacing
callback objects by an appropriate URI.
|
protected GlobalInvocationResolver |
gir
The resolver for global URIs or
null if the invocation is
not based on a global URI. |
protected InvocationDelegate |
invDel
The invocation delegate processes a remote call through a specific
communication stack/service.
|
protected java.net.URI |
localUri
The local URI specific to a communication service.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ADEPT2CallbackExport |
getAdept2CallbackExport()
Gets the callback export of a specific communication service for
replacing callback objects by an appropriate URI.
|
GlobalInvocationResolver |
getGlobalInvocationResolver()
Gets the resolver for global URIs or
null if the invocation
is not based on a global URI. |
InvocationDelegate |
getInvocationDelegate()
Gets the invocation delegate processes a remote call through a specific
communication stack/service.
|
java.net.URI |
getLocalUri()
Gets the local URI specific to a communication service.
|
void |
setGlobalInvocationResolver(GlobalInvocationResolver gir)
Sets the resolver for global URIs.
|
protected final InvocationDelegate invDel
protected final ADEPT2CallbackExport callbackExport
protected final java.net.URI localUri
protected GlobalInvocationResolver gir
null if the invocation is
not based on a global URI.public InvocationHandling(InvocationDelegate invDel, ADEPT2CallbackExport callbackExport, java.net.URI localUri)
invDel - The invocation delegate processes a remote call through a
specific communication stack/service.callbackExport - The callback export of a specific communication
service for replacing callback objects by an appropriate URI.localUri - The local URI specific to a communication service.public InvocationDelegate getInvocationDelegate()
public ADEPT2CallbackExport getAdept2CallbackExport()
public java.net.URI getLocalUri()
public GlobalInvocationResolver getGlobalInvocationResolver()
null if the invocation
is not based on a global URI.null if the
invocation is not based on a global URI.public void setGlobalInvocationResolver(GlobalInvocationResolver gir)
gir - The resolver for global URIs.