| Modifier and Type | Method and Description |
|---|---|
static JmsSpecification |
JmsSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsSpecification[] |
JmsSpecification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JmsSpecification |
GenericConnectionParameters.getSpecification() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsResultFactory.createResult(javax.jms.Message jmsMessage,
JmsSpecification specification,
String contentType,
String encoding,
Optional<String> ackId)
Creates a
Result from a JMS Message based on the current configurations |
| Modifier and Type | Method and Description |
|---|---|
JmsSpecification |
Jms20Support.getSpecification() |
JmsSpecification |
JmsSupport.getSpecification() |
JmsSpecification |
Jms11Support.getSpecification() |
JmsSpecification |
Jms102bSupport.getSpecification() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.