# EJB find handler: ejb-finder Handles the method to retrieve business objects via a stateless session bean. Supports the following attributes:
**Attribute** | **Usage** |
---|---|
jndi | JNDI path to EJB Home interface |
method | EJB Bean method to get business objects |
if | EL expression that must be evaluated to true prior to handler action |
unless | EL expression that must be evaluated to false prior to handler action |