Uses of Interface
org.apache.camel.component.jms.DestinationEndpoint
-
Packages that use DestinationEndpoint Package Description org.apache.camel.component.jms Defines the JMS Component -
-
Uses of DestinationEndpoint in org.apache.camel.component.jms
Classes in org.apache.camel.component.jms that implement DestinationEndpoint Modifier and Type Class Description class
JmsTemporaryQueueEndpoint
A JMS Endpoint for working with aTemporaryQueue
class
JmsTemporaryTopicEndpoint
A JMS Endpoint for working with aTemporaryTopic
Methods in org.apache.camel.component.jms with parameters of type DestinationEndpoint Modifier and Type Method Description static org.springframework.jms.support.destination.DestinationResolver
JmsComponent. createDestinationResolver(DestinationEndpoint destinationEndpoint)
static org.springframework.jms.support.destination.DestinationResolver
JmsConfiguration. createDestinationResolver(DestinationEndpoint destinationEndpoint)
-