org.springframework.jee.inject
Interface InjectionInfo

All Known Implementing Classes:
BasicInjectionInfo, EjbReferenceInfo, ResourceInfo

public interface InjectionInfo

Basic container for injection.

Author:
Costin Leau

Method Summary
 java.lang.String getInjectionName()
          Logging friendly message indicating what type of injection is applied (i.e.
 java.lang.String getName()
          Injection name (may be field or method name).
 java.lang.Class getType()
          Injection type (may be field type or setter parameter type).
 

Method Detail

getName

java.lang.String getName()
Injection name (may be field or method name).

Returns:

getType

java.lang.Class getType()
Injection type (may be field type or setter parameter type).

Returns:

getInjectionName

java.lang.String getInjectionName()
Logging friendly message indicating what type of injection is applied (i.e. @Resource or @EJB).



Copyright 2006 Interface21. All Rights Reserved.