|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JmsBinding | |
|---|---|
| org.apache.camel.component.jms | Defines the JMS Component |
| Uses of JmsBinding in org.apache.camel.component.jms |
|---|
| Methods in org.apache.camel.component.jms that return JmsBinding | |
|---|---|
JmsBinding |
JmsEndpoint.getBinding()
|
JmsBinding |
JmsMessage.getBinding()
|
JmsBinding |
EndpointMessageListener.getBinding()
|
| Methods in org.apache.camel.component.jms with parameters of type JmsBinding | |
|---|---|
void |
JmsEndpoint.setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS message |
void |
JmsMessage.setBinding(JmsBinding binding)
|
void |
EndpointMessageListener.setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS message |
| Constructors in org.apache.camel.component.jms with parameters of type JmsBinding | |
|---|---|
JmsEndpoint(String endpointUri,
JmsBinding binding,
JmsConfiguration configuration,
String destinationName,
boolean pubSubDomain)
|
|
JmsMessage(javax.jms.Message jmsMessage,
JmsBinding binding)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||