Uses of Class
org.xins.common.service.Descriptor

Packages that use Descriptor
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. 
 

Uses of Descriptor in org.xins.client
 

Methods in org.xins.client with parameters of type Descriptor
 void XINSServiceCaller.setDescriptor(Descriptor descriptor)
           
 

Constructors in org.xins.client with parameters of type Descriptor
AbstractCAPI(Descriptor descriptor, XINSCallConfig callConfig)
          Creates a new AbstractCAPI object, using the specified XINSServiceCaller.
AbstractCAPI(Descriptor descriptor)
          Creates a new AbstractCAPI object, using the specified service descriptor.
XINSServiceCaller(Descriptor descriptor, XINSCallConfig callConfig)
          Constructs a new XINSServiceCaller with the specified descriptor and call configuration.
XINSServiceCaller(Descriptor descriptor)
          Constructs a new XINSServiceCaller with the specified descriptor and the default HTTP method.
 

Uses of Descriptor in org.xins.common.http
 

Constructors in org.xins.common.http with parameters of type Descriptor
HTTPServiceCaller(Descriptor descriptor, HTTPCallConfig callConfig)
          Constructs a new HTTPServiceCaller object with the specified descriptor and call configuration.
HTTPServiceCaller(Descriptor descriptor)
          Constructs a new HTTPServiceCaller object.
 

Uses of Descriptor in org.xins.common.service
 

Subclasses of Descriptor in org.xins.common.service
 class GroupDescriptor
          Descriptor for a group of services.
 class TargetDescriptor
          Descriptor for a single target service.
 

Methods in org.xins.common.service that return Descriptor
static Descriptor DescriptorBuilder.build(ServiceCaller caller, PropertyReader properties, String propertyName)
          Builds a Descriptor based on the specified set of properties, for the specified service caller.
static Descriptor DescriptorBuilder.build(PropertyReader properties, String propertyName)
          Builds a Descriptor based on the specified set of properties.
static Descriptor DescriptorBuilder.build(String descriptorValue)
          Builds a Descriptor based on the specified value.
 Descriptor[] GroupDescriptor.getMembers()
          Returns the members of this group.
 Descriptor ServiceCaller.getDescriptor()
          Returns the descriptor.
 

Methods in org.xins.common.service with parameters of type Descriptor
 void ServiceCaller.setDescriptor(Descriptor descriptor)
          Sets the descriptor.
 

Constructors in org.xins.common.service with parameters of type Descriptor
GroupDescriptor(GroupDescriptor.Type type, Descriptor[] members)
          Constructs a new GroupDescriptor.
ServiceCaller(Descriptor descriptor, CallConfig callConfig)
          Constructs a new ServiceCaller with the specified CallConfig.
 

Uses of Descriptor in org.xins.common.types.standard
 

Methods in org.xins.common.types.standard that return Descriptor
static Descriptor Descriptor.fromStringForRequired(String string)
          Constructs a org.xins.common.service.Descriptor from the specified string which is guaranteed to be non-null.
static Descriptor Descriptor.fromStringForOptional(String string)
          Constructs a org.xins.common.service.Descriptor from the specified string.
 

Methods in org.xins.common.types.standard with parameters of type Descriptor
static String Descriptor.toString(Descriptor value)
          Converts the specified org.xins.common.service.Descriptor to a string.
 



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