Used for plugins to register additional handler for JNDI binding For example the Mail plugin can add a binder for javax.mail.Session etc.
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getType()@return The interface type this binder handles (eg. javax.sql.DataSource) |
|
void |
handleBinding(org.springframework.mock.jndi.SimpleNamingContextBuilder builder, java.lang.String entryName, java.util.Map entryProperties)Handles the action binding |
Handles the action binding
builder - The builderentryName - The entry nameentryProperties - The entry properties