Interface DestinationResolver
-
- All Known Implementing Classes:
JMSDestinationResolver
public interface DestinationResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.DestinationresolveDestinationName(javax.jms.Session session, String destinationName, boolean pubSubDomain)
-
-
-
Method Detail
-
resolveDestinationName
javax.jms.Destination resolveDestinationName(javax.jms.Session session, String destinationName, boolean pubSubDomain) throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
-