|
||||||||||
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 |
EndpointMessageListener.getBinding()
|
JmsBinding |
JmsMessage.getBinding()
|
JmsBinding |
JmsEndpoint.getBinding()
|
Methods in org.apache.camel.component.jms with parameters of type JmsBinding | |
---|---|
void |
EndpointMessageListener.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 |
JmsEndpoint.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 |