Uses of Package
org.xins.common.service

Packages that use org.xins.common.service
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. 
org.xins.common.types.standard Standard XINS types. 
 

Classes in org.xins.common.service used by org.xins.client
CallConfig
          Configuration for a service call.
CallException
          Root class for all exceptions that indicate a ServiceCaller call failed.
CallExceptionList
          List of call exceptions.
CallRequest
          Abstraction of a request for a ServiceCaller call.
CallResult
          Result of a call to a service.
Descriptor
          Descriptor for a service or group of services.
GenericCallException
          Generic call exception, not related to any particular kind of service.
ServiceCaller
          Abstraction of a service caller for a TCP-based service.
TargetDescriptor
          Descriptor for a single target service.
UnsupportedProtocolException
          Exception that indicates that protocol specified in a TargetDescriptor is not supported by a service caller.
 

Classes in org.xins.common.service used by org.xins.common.http
CallConfig
          Configuration for a service call.
CallException
          Root class for all exceptions that indicate a ServiceCaller call failed.
CallExceptionList
          List of call exceptions.
CallRequest
          Abstraction of a request for a ServiceCaller call.
CallResult
          Result of a call to a service.
Descriptor
          Descriptor for a service or group of services.
GenericCallException
          Generic call exception, not related to any particular kind of service.
ServiceCaller
          Abstraction of a service caller for a TCP-based service.
TargetDescriptor
          Descriptor for a single target service.
UnsupportedProtocolException
          Exception that indicates that protocol specified in a TargetDescriptor is not supported by a service caller.
 

Classes in org.xins.common.service used by org.xins.common.service
CallConfig
          Configuration for a service call.
CallException
          Root class for all exceptions that indicate a ServiceCaller call failed.
CallExceptionList
          List of call exceptions.
CallRequest
          Abstraction of a request for a ServiceCaller call.
CallResult
          Result of a call to a service.
ConnectionCallException
          Exception that indicates that a connection to a service could not be established.
Descriptor
          Descriptor for a service or group of services.
GenericCallException
          Generic call exception, not related to any particular kind of service.
GroupDescriptor.Type
          Type of a group.
ServiceCaller
          Abstraction of a service caller for a TCP-based service.
TargetDescriptor
          Descriptor for a single target service.
UnsupportedProtocolException
          Exception that indicates that protocol specified in a TargetDescriptor is not supported by a service caller.
 

Classes in org.xins.common.service used by org.xins.common.types.standard
Descriptor
          Descriptor for a service or group of services.
 



See http://www.xins.org/.