Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
org.xins.common.http |
HTTP-related utility classes.
|
Modifier and Type | Method and Description |
---|---|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request)
Executes the specified XINS call request towards one of the associated
targets.
|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request,
XINSCallConfig callConfig)
Executes the specified XINS call request towards one of the associated
targets.
|
protected XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request.
|
Object |
XINSServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Executes the specified request on the given target.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusCodeHTTPCallException
Exception that indicates that an HTTP call failed because the returned HTTP
status code was considered invalid.
|
Modifier and Type | Method and Description |
---|---|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request)
Performs the specified request towards the HTTP service.
|
HTTPCallResult |
HTTPServiceCaller.call(HTTPCallRequest request,
HTTPCallConfig callConfig)
Performs the specified request towards the HTTP service.
|
See http://www.xins.org/.