public interface ITargetResolver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TARGETRESOLVER
The target resolver class (to dynamically resolve the called service).
|
Modifier and Type | Method and Description |
---|---|
IFuture<IService> |
determineTarget(IServiceIdentifier sid,
IExternalAccess agent,
IServiceIdentifier broken)
Determine the target of a call.
|
static final java.lang.String TARGETRESOLVER
IFuture<IService> determineTarget(IServiceIdentifier sid, IExternalAccess agent, IServiceIdentifier broken)
sid
- The service identifier of the original call.agent
- The external access.