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:
$Revision: 1578 $

Method Summary
 Destination getJmsDestination(Session session)
           
 

Method Detail

getJmsDestination

Destination getJmsDestination(Session session)
                              throws JMSException
Throws:
JMSException


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.