|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface JndiBindingHandler
Used for plugins to register additional handler for JNDI binding For example the Mail plugin can add a binder for javax.mail.Session etc.
Method Summary | |
---|---|
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 |
Method Detail |
---|
public java.lang.String getType()
@SuppressWarnings("rawtypes") public void handleBinding(org.springframework.mock.jndi.SimpleNamingContextBuilder builder, java.lang.String entryName, java.util.Map entryProperties)
builder
- The builderentryName
- The entry nameentryProperties
- The entry properties
Groovy Documentation