public interface JmsUnresolvedDestinationTransformer
Modifier and Type | Method and Description |
---|---|
JmsDestination |
transform(javax.jms.Destination destination)
Given a JMS Destination attempt to determine the type of JmsDestination to
create.
|
JmsDestination |
transform(String destination)
Given a destination name return a matching JmsDestination object.
|
JmsDestination transform(javax.jms.Destination destination) throws javax.jms.JMSException
destination
- the JMS destination that requires conversion to a JmsDestination type.javax.jms.JMSException
- if an error occurs during the transformation.JmsDestination transform(String destination) throws javax.jms.JMSException
destination
- the name of the destination to create a JmsDestination type for.javax.jms.JMSException
- if an error occurs while transforming the name.Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.