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

Method Summary
 String resolveMessageDestinationJndiName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit, String link)
          Get the JNDI name of the message destination specified by link.
 

Method Detail

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 defined
link - 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.