Package org.apache.camel.component.jms
Interface DestinationEndpoint
-
- All Known Implementing Classes:
JmsTemporaryQueueEndpoint
,JmsTemporaryTopicEndpoint
public interface DestinationEndpoint
An optional interface that aJmsEndpoint
may implement to return the underlyingDestination
object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.Destination
getJmsDestination(javax.jms.Session session)
-