| Package | Description |
|---|---|
| org.wso2.mb.integration.common.clients.configurations | |
| org.wso2.mb.integration.common.clients.operations.utils |
| Modifier and Type | Method and Description |
|---|---|
ExchangeType |
AndesJMSClientConfiguration.getExchangeType()
Gets the exchange type used for publishing/consuming jms messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AndesJMSClientConfiguration.setExchangeType(ExchangeType exchangeType)
Sets the exchange type used for publishing/consuming jms messages Suppressing
"UnusedDeclaration" as this is a configuration
|
| Constructor and Description |
|---|
AndesJMSClientConfiguration(ExchangeType exchangeType,
String destinationName)
Creates a connection string with the default username, password, hostname, port.
|
AndesJMSClientConfiguration(int port,
ExchangeType exchangeType,
String destinationName)
Creates a connection string with default username, password, hostname and a given port.
|
AndesJMSClientConfiguration(int port,
String userName,
String password,
ExchangeType exchangeType,
String destinationName)
Creates a connection string with a given port, username, password, exchange type
and destination name.
|
AndesJMSClientConfiguration(String hostName,
int port,
ExchangeType exchangeType,
String destinationName)
Creates a connection string with default username, password and a given host name, port.
|
AndesJMSClientConfiguration(String userName,
String password,
ExchangeType exchangeType,
String destinationName)
Creates a connection string with a given username, password, exchange type
and destination name.
|
AndesJMSClientConfiguration(String userName,
String password,
String hostName,
int port,
ExchangeType exchangeType,
String destinationName)
Creates a connection string with a given username, password, hostname, port, exchange type
and destination name.
|
AndesJMSClientConfiguration(String userName,
String password,
String hostName,
int port,
ExchangeType exchangeType,
String destinationName,
String sslAlias,
String trustStorePath,
String trustStorePassword,
String keyStorePath,
String keyStorePassword)
Creates an SSL connection string with a given username, password, hostname, port, exchange
type and destination name.
|
AndesJMSConsumerClientConfiguration(ExchangeType exchangeType,
String destinationName)
Creates a consumer with a given exchange type and destination with default connection string.
|
AndesJMSConsumerClientConfiguration(int port,
ExchangeType exchangeType,
String destinationName)
Creates a consumer with a given port for connection string and exchange type and
destination name.
|
AndesJMSConsumerClientConfiguration(int port,
String userName,
String password,
ExchangeType exchangeType,
String destinationName)
Creates a consumer with a given port, username, password, for connection
string and exchange type and destination name.
|
AndesJMSConsumerClientConfiguration(String hostName,
int port,
ExchangeType exchangeType,
String destinationName)
Creates a consumer with a given host name, port for connection string and exchange type and
destination name.
|
AndesJMSConsumerClientConfiguration(String userName,
String password,
ExchangeType exchangeType,
String destinationName)
Creates a consumer with a given username, password, for connection
string and exchange type and destination name.
|
AndesJMSConsumerClientConfiguration(String userName,
String password,
String hostName,
int port,
ExchangeType exchangeType,
String destinationName)
Creates a consumer with a given user name, password, host name, port for connection
string and exchange type and destination name.
|
AndesJMSConsumerClientConfiguration(String userName,
String password,
String hostName,
int port,
ExchangeType exchangeType,
String destinationName,
String sslAlias,
String trustStorePath,
String trustStorePassword,
String keyStorePath,
String keyStorePassword)
Creates a JMS message consumer with a given AMQP transport connection string for SSL and a
given exchange type and destination.
|
AndesJMSPublisherClientConfiguration(ExchangeType exchangeType,
String destinationName)
Creates a publisher with a given exchange type and destination with default connection
string.
|
AndesJMSPublisherClientConfiguration(int port,
ExchangeType exchangeType,
String destinationName)
Creates a publisher with a given host name, port for connection string and exchange type and
destination name.
|
AndesJMSPublisherClientConfiguration(int port,
String userName,
String password,
ExchangeType exchangeType,
String destinationName)
Creates a publisher with a given port, username, password, for connection
string and exchange type and destination name.
|
AndesJMSPublisherClientConfiguration(String hostName,
int port,
ExchangeType exchangeType,
String destinationName)
Creates a publisher with a given host name, port for connection string and exchange type and
destination name.
|
AndesJMSPublisherClientConfiguration(String userName,
String password,
ExchangeType exchangeType,
String destinationName)
Creates a publisher with a given username, password, for connection
string and exchange type and destination name.
|
AndesJMSPublisherClientConfiguration(String userName,
String password,
String hostName,
int port,
ExchangeType exchangeType,
String destinationName)
Creates a publisher with a given user name, password, host name, password for connection
string and exchange type and destination name.
|
AndesJMSPublisherClientConfiguration(String userName,
String password,
String hostName,
int port,
ExchangeType exchangeType,
String destinationName,
String sslAlias,
String trustStorePath,
String trustStorePassword,
String keyStorePath,
String keyStorePassword)
Creates a JMS message publisher with a given AMQP transport connection string for SSL and a
given exchange type and destination.
|
| Modifier and Type | Method and Description |
|---|---|
static ExchangeType |
ExchangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeType[] |
ExchangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 WSO2. All rights reserved.