org.jboss.ejb3.endpoint.deployers
Interface EndpointResolver

All Known Implementing Classes:
DefaultEndpointResolver

public interface EndpointResolver

Find EJB endpoints in a deployment unit.

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit, String ejbName)
           
 

Method Detail

resolve

String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit,
               String ejbName)
Parameters:
unit - the unit in which the EJB is known to hide
ejbName - the name of the EJB
Returns:
the bean name of the EJB container


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.