org.jboss.ejb3.endpoint.deployers
Interface EJBIdentifier
- All Known Implementing Classes:
- DefaultEJBIdentifier
public interface EJBIdentifier
Find EJB containers in a deployment unit.
Do not use this one, use EndpointResolver.
TODO: move to ejb3-deployers
|
Method Summary |
java.lang.String |
identifyEJB(org.jboss.deployers.structure.spi.DeploymentUnit unit,
java.lang.String ejbName)
|
identifyEJB
java.lang.String identifyEJB(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