|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallConfig | |
org.xins.client | XINS client framework. |
org.xins.common.http | HTTP-related utility classes. |
org.xins.common.service | Service calling classes, supporting load-balancing and failover. |
Uses of CallConfig in org.xins.client |
Subclasses of CallConfig in org.xins.client | |
class |
XINSCallConfig
Call configuration for the XINS service caller. |
Methods in org.xins.client that return CallConfig | |
protected CallConfig |
XINSServiceCaller.getDefaultCallConfig()
Returns a default CallConfig object. |
Methods in org.xins.client with parameters of type CallConfig | |
Object |
XINSServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Executes the specified request on the given target. |
protected boolean |
XINSServiceCaller.shouldFailOver(CallRequest request,
CallConfig callConfig,
CallExceptionList exceptions)
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list. |
Uses of CallConfig in org.xins.common.http |
Subclasses of CallConfig in org.xins.common.http | |
class |
HTTPCallConfig
Call configuration for the HTTP service caller. |
Methods in org.xins.common.http that return CallConfig | |
protected CallConfig |
HTTPServiceCaller.getDefaultCallConfig()
Returns a default CallConfig object. |
Methods in org.xins.common.http with parameters of type CallConfig | |
Object |
HTTPServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Executes a request towards the specified target. |
protected boolean |
HTTPServiceCaller.shouldFailOver(CallRequest request,
CallConfig callConfig,
CallExceptionList exceptions)
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list. |
Uses of CallConfig in org.xins.common.service |
Methods in org.xins.common.service that return CallConfig | |
protected CallConfig |
CallRequest.getCallConfig()
Retrieves the associated call configuration, if any. |
CallConfig |
ServiceCaller.getCallConfig()
Returns the CallConfig associated with this service caller. |
protected abstract CallConfig |
ServiceCaller.getDefaultCallConfig()
Returns a default CallConfig object. |
Methods in org.xins.common.service with parameters of type CallConfig | |
protected void |
CallRequest.setCallConfig(CallConfig config)
Sets the call configuration associated with this request. |
protected void |
ServiceCaller.setCallConfig(CallConfig config)
Sets the CallConfig associated with this service caller. |
protected CallResult |
ServiceCaller.doCall(CallRequest request,
CallConfig callConfig)
Attempts to execute the specified call request on one of the target services, with the specified call configuration. |
abstract Object |
ServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Calls the specified target using the specified subject. |
protected boolean |
ServiceCaller.shouldFailOver(CallRequest request,
CallConfig callConfig,
CallExceptionList exceptions)
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list. |
Constructors in org.xins.common.service with parameters of type CallConfig | |
ServiceCaller(Descriptor descriptor,
CallConfig callConfig)
Constructs a new ServiceCaller with the specified
CallConfig . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |