|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XINSCallResult | |
org.xins.client | XINS client framework. |
Uses of XINSCallResult in org.xins.client |
Methods in org.xins.client that return XINSCallResult | |
protected XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request. |
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request,
XINSCallConfig callConfig)
Executes the specified XINS call request towards one of the associated targets. |
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request)
Executes the specified XINS call request towards one of the associated targets. |
Constructors in org.xins.client with parameters of type XINSCallResult | |
AbstractCAPICallResult(XINSCallResult result)
Creates a new AbstractCAPICallResult object, based on the
specified XINSCallResult . |
|
UnacceptableResultXINSCallException(XINSCallResult result,
String detail,
Throwable cause)
Constructs a new UnacceptableCallResultException using the
specified XINSCallResult . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |