org.jboss.ejb3.resolvers
Interface MessageDestinationReferenceResolver
- All Known Implementing Classes:
- DefaultMessageDestinationReferenceResolver
public interface MessageDestinationReferenceResolver
Based on the available meta data resolve message destination references.
|
Method Summary |
java.lang.String |
resolveMessageDestinationJndiName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
java.lang.String link)
Get the JNDI name of the message destination specified by link. |
resolveMessageDestinationJndiName
java.lang.String resolveMessageDestinationJndiName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
java.lang.String link)
- Get the JNDI name of the message destination specified by link.
- Parameters:
deploymentUnit - the deployment unit in which the reference is definedlink - the name of the message destination
- Returns:
- the JNDI name of the message destination