org.springframework.jee.interfaces.inject
Interface InjectionInfo

All Known Implementing Classes:
BasicInjectionInfo, EjbReferenceInfo, ResourceInfo

public interface InjectionInfo

Basic container for injection.

Author:
Costin Leau

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

Method Detail

getName

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

Returns:

getType

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

Returns:

getInjectionName

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



Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.