Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
Modifier and Type | Method and Description |
---|---|
XINSCallConfig |
AbstractCAPICallRequest.configuration()
Retrieves the call configuration currently associated with this request.
|
XINSCallConfig |
XINSServiceCaller.getXINSCallConfig()
Returns the
XINSCallConfig associated with this service
caller. |
XINSCallConfig |
XINSCallRequest.getXINSCallConfig()
Returns the XINS call configuration.
|
XINSCallConfig |
AbstractCAPI.getXINSCallConfig()
Retrieves the call configuration currently associated with this CAPI
object.
|
Modifier and Type | Method and Description |
---|---|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request,
XINSCallConfig callConfig)
Executes the specified XINS call request towards one of the associated
targets.
|
void |
AbstractCAPICallRequest.configure(XINSCallConfig config)
Assigns the specified call configuration to this request.
|
protected void |
XINSServiceCaller.setXINSCallConfig(XINSCallConfig config)
Sets the
XINSCallConfig associated with this XINS service
caller. |
void |
XINSCallRequest.setXINSCallConfig(XINSCallConfig callConfig)
Sets the associated XINS call configuration.
|
void |
AbstractCAPI.setXINSCallConfig(XINSCallConfig config)
Assigns the specified call configuration to this CAPI object.
|
Constructor and Description |
---|
AbstractCAPI(Descriptor descriptor,
XINSCallConfig callConfig)
Creates a new
AbstractCAPI object, using the specified
XINSServiceCaller . |
XINSServiceCaller(Descriptor descriptor,
XINSCallConfig callConfig)
Constructs a new
XINSServiceCaller with the specified
descriptor and call configuration. |
See http://www.xins.org/.