| Package | Description | 
|---|---|
| com.devexperts.qd.qtp | 
 This package contains interfaces with default implementations required
to create and operate a connection using QTP. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageAdapter.Factory | 
MessageAdapter.ConfigurableFactory.createMessageAdapterFactory(String spec)
This implementation uses  
MessageAdapter.ConfigurableFactory.clone() and spec
 to set FILTER_CONFIGURATION_KEY if spec is not empty. | 
MessageAdapter.Factory | 
ConfigurableMessageAdapterFactory.createMessageAdapterFactory(String spec)
Deprecated.  
Creates  
MessageAdapter.Factory with the given specification string. | 
static List<MessageConnector> | 
MessageConnectors.createMessageConnectors(com.devexperts.connector.proto.ApplicationConnectionFactory acFactory,
                       String addresses)  | 
static List<MessageConnector> | 
MessageConnectors.createMessageConnectors(com.devexperts.connector.proto.ApplicationConnectionFactory acFactory,
                       String addresses,
                       QDStats stats)  | 
static List<MessageConnector> | 
MessageConnectors.createMessageConnectors(ConfigurableMessageAdapterFactory cFactory,
                       String addresses,
                       QDStats parentStats)
Creates new connectors for specified addresses using specified
 configurable adapter factory. 
 | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.