|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.spi.metadata.injection.InjectionMetaData
public final class InjectionMetaData
An injection target specifies a class and a name within that class into which a resource should be injected.
InjectionsMetaData
Constructor Summary | |
---|---|
InjectionMetaData(java.lang.String targetClass,
java.lang.String targetName,
java.lang.String valueClass,
java.lang.String envEntryName,
boolean isValueSpecified)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getEnvEntryName()
The env-entry-name element contains the name of a Deployment Component's environment entry. |
java.lang.String |
getTargetClass()
The injection target class specifies the fully qualified class name that is the target of the injection. |
java.lang.String |
getTargetName()
The injection target name specifies the target within the specified class. |
java.lang.Class<?> |
getValueClass()
The env-entry-type element contains the Java language type of the environment entry. |
boolean |
isEnvEntryValueSpecified()
If a value is not specified and injection is requested, no injection will occur and no entry of the specified name will be created. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InjectionMetaData(java.lang.String targetClass, java.lang.String targetName, java.lang.String valueClass, java.lang.String envEntryName, boolean isValueSpecified)
targetClass
- target class to do injection ontargetName
- target name to do injection on (field or method)valueClass
- value class to be injected (can be null)envEntryName
- JNDI environment entry name to be injectedisValueSpecified
- specifies whether value is specified (affects injection behavior)Method Detail |
---|
public java.lang.String getTargetClass()
public java.lang.String getTargetName()
public java.lang.Class<?> getValueClass()
public java.lang.String getEnvEntryName()
public boolean isEnvEntryValueSpecified()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |