| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 AbstractCAPIobject, using the specifiedXINSServiceCaller. | |
| AbstractCAPI(Descriptor descriptor)Creates a new AbstractCAPIobject, using the specified
 service descriptor. | |
| XINSServiceCaller(Descriptor descriptor,
                  XINSCallConfig callConfig)Constructs a new XINSServiceCallerwith the specified
 descriptor and call configuration. | |
| XINSServiceCaller(Descriptor descriptor)Constructs a new XINSServiceCallerwith 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 HTTPServiceCallerobject with the
 specified descriptor and call configuration. | |
| HTTPServiceCaller(Descriptor descriptor)Constructs a new HTTPServiceCallerobject. | |
| Uses of Descriptor in org.xins.common.service | 
| Subclasses of Descriptor in org.xins.common.service | |
|  class | GroupDescriptorDescriptor for a group of services. | 
|  class | TargetDescriptorDescriptor 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 Descriptorbased on the specified set of
 properties, for the specified service caller. | 
| static Descriptor | DescriptorBuilder.build(PropertyReader properties,
      String propertyName)Builds a Descriptorbased on the specified set of
 properties. | 
| static Descriptor | DescriptorBuilder.build(String descriptorValue)Builds a Descriptorbased 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 ServiceCallerwith the specifiedCallConfig. | |
| 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.Descriptorfrom the specified string
 which is guaranteed to be non-null. | 
| static Descriptor | Descriptor.fromStringForOptional(String string)Constructs a org.xins.common.service.Descriptorfrom 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.Descriptorto a string. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||