Uses of Class
org.xins.client.XINSCallConfig

Packages that use XINSCallConfig
org.xins.client XINS client framework. 
 

Uses of XINSCallConfig in org.xins.client
 

Methods in org.xins.client that return XINSCallConfig
 XINSCallConfig AbstractCAPI.getXINSCallConfig()
          Retrieves the call configuration currently associated with this CAPI object.
 XINSCallConfig XINSServiceCaller.getXINSCallConfig()
          Returns the XINSCallConfig associated with this service caller.
 XINSCallConfig AbstractCAPICallRequest.configuration()
          Retrieves the call configuration currently associated with this request.
 XINSCallConfig XINSCallRequest.getXINSCallConfig()
          Returns the XINS call configuration.
 

Methods in org.xins.client with parameters of type XINSCallConfig
 void AbstractCAPI.setXINSCallConfig(XINSCallConfig config)
          Assigns the specified call configuration to this CAPI object.
protected  void XINSServiceCaller.setXINSCallConfig(XINSCallConfig config)
          Sets the XINSCallConfig associated with this XINS service caller.
 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.
 void XINSCallRequest.setXINSCallConfig(XINSCallConfig callConfig)
          Sets the associated XINS call configuration.
 

Constructors in org.xins.client with parameters of type XINSCallConfig
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/.