org.springframework.jee.ejb
Class EjbMethodInjection
java.lang.Object
org.springframework.jee.inject.Injection
org.springframework.jee.inject.MethodInjection
org.springframework.jee.ejb.EjbMethodInjection
public class EjbMethodInjection
- extends MethodInjection
Method level @EJB injection.
- Author:
- Costin Leau
Method Summary |
protected java.lang.String |
composeDefaultName(java.lang.reflect.Method m)
|
protected java.lang.String |
getDefaultName()
Return the default name to be used if the info does not contain one. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EjbMethodInjection
public EjbMethodInjection(java.lang.reflect.Method m,
InjectionInfo ei)
EjbMethodInjection
public EjbMethodInjection(java.lang.reflect.Method m,
EJB annotation)
composeDefaultName
protected java.lang.String composeDefaultName(java.lang.reflect.Method m)
getDefaultName
protected java.lang.String getDefaultName()
- Description copied from class:
Injection
- Return the default name to be used if the info does not contain one.
- Overrides:
getDefaultName
in class Injection
- Returns:
Copyright 2006 Interface21. All Rights Reserved.