Package org.apache.camel.component.jms
Interface DestinationEndpoint
- All Known Implementing Classes:
JmsTemporaryQueueEndpoint,JmsTemporaryTopicEndpoint
public interface DestinationEndpoint
An optional interface that a
JmsEndpoint may implement to return the underlying Destination object-
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.DestinationgetJmsDestination(javax.jms.Session session)
-
Method Details
-
getJmsDestination
javax.jms.Destination getJmsDestination(javax.jms.Session session) throws javax.jms.JMSException - Throws:
javax.jms.JMSException
-