| Package | Description |
|---|---|
| org.mule.jms.commons.api.connection | |
| org.mule.jms.commons.api.connection.factory.jndi | |
| org.mule.jms.commons.internal.support |
| Modifier and Type | Method and Description |
|---|---|
static LookupJndiDestination |
LookupJndiDestination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupJndiDestination[] |
LookupJndiDestination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LookupJndiDestination |
JndiConnectionFactory.getLookupDestination() |
| Modifier and Type | Method and Description |
|---|---|
protected LookupJndiDestination |
Jms20Support.getLookupJndiDestination() |
| Constructor and Description |
|---|
Jms102bSupport(LookupJndiDestination lookupJndiDestination,
Function<String,Optional<javax.jms.Destination>> jndiObjectSupplier) |
Jms11Support(LookupJndiDestination lookupJndiDestination,
Function<String,Optional<javax.jms.Destination>> jndiObjectSupplier) |
Jms20Support(LookupJndiDestination lookupJndiDestination,
Function<String,Optional<javax.jms.Destination>> jndiObjectSupplier) |
Copyright © 2023. All rights reserved.