org.springframework.jee.ejb
Class EjbMethodInjection
java.lang.Object
org.springframework.jee.inject.Injection
org.springframework.jee.inject.MethodInjection
org.springframework.jee.ejb.EjbMethodInjection
- All Implemented Interfaces:
- InjectionI
public class EjbMethodInjection
- extends MethodInjection
Method level @EJB injection.
- Author:
- Costin Leau
EjbMethodInjection
public EjbMethodInjection(Method m,
InjectionInfo ei)
EjbMethodInjection
public EjbMethodInjection(Method m,
javax.ejb.EJB annotation)
composeDefaultName
protected String composeDefaultName(Method m)
getDefaultName
protected 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-2008 SpringSource (formerly Interface21). All Rights Reserved.