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
 Destination getJmsDestination(Session session)
           
 

Method Detail

getJmsDestination

Destination getJmsDestination(Session session)
                              throws JMSException
Throws:
JMSException


Apache Camel