org.jboss.ejb3.resolvers
Interface MessageDestinationReferenceResolver
- All Known Implementing Classes:
- DefaultMessageDestinationReferenceResolver
public interface MessageDestinationReferenceResolver
Based on the available meta data resolve message destination references.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
resolveMessageDestinationJndiName
String resolveMessageDestinationJndiName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
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
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.