org.jboss.ejb3.endpoint.deployers
Interface EndpointResolver
- All Known Implementing Classes:
- DefaultEndpointResolver
public interface EndpointResolver
Find EJB endpoints in a deployment unit.
|
Method Summary |
java.lang.String |
resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit,
java.lang.String ejbName)
|
resolve
java.lang.String resolve(org.jboss.deployers.structure.spi.DeploymentUnit unit,
java.lang.String ejbName)
- Parameters:
unit - the unit in which the EJB is known to hideejbName - the name of the EJB
- Returns:
- the bean name of the EJB container