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

Version:

Method Summary
 javax.jms.Destination getJmsDestination(javax.jms.Session session)
           
 

Method Detail

getJmsDestination

javax.jms.Destination getJmsDestination(javax.jms.Session session)
                                        throws javax.jms.JMSException
Throws:
javax.jms.JMSException


Apache Camel