| Package | Description | 
|---|---|
| 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. 
 | 
| Constructor and Description | 
|---|
AbstractCAPI(Descriptor descriptor)
Creates a new  
AbstractCAPI object, using the specified
 service descriptor. | 
AbstractCAPI(Descriptor descriptor,
            XINSCallConfig callConfig)
Creates a new  
AbstractCAPI object, using the specified
 XINSServiceCaller. | 
XINSServiceCaller(Descriptor descriptor)
Constructs a new  
XINSServiceCaller with the specified
 descriptor and the default HTTP method. | 
XINSServiceCaller(Descriptor descriptor,
                 XINSCallConfig callConfig)
Constructs a new  
XINSServiceCaller with the specified
 descriptor and call configuration. | 
| Constructor and Description | 
|---|
HTTPServiceCaller(Descriptor descriptor)
Constructs a new  
HTTPServiceCaller object. | 
HTTPServiceCaller(Descriptor descriptor,
                 HTTPCallConfig callConfig)
Constructs a new  
HTTPServiceCaller object with the
 specified descriptor and call configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServiceCaller.setDescriptor(Descriptor descriptor)
Sets the descriptor. 
 | 
void | 
ServiceCaller.testTargetDescriptor(TargetDescriptor target)
Asserts that the specified target descriptor is considered acceptable
 for this service caller. 
 | 
| Constructor and Description | 
|---|
ServiceCaller(Descriptor descriptor,
             CallConfig callConfig)
Constructs a new  
ServiceCaller with the specified
 CallConfig. | 
See http://www.xins.org/.