|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JndiRefType<T>
This interface defines the contract for the jndi-refType
xsd type
Original Documentation:
Used to inject generic types based on JNDI name
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<InjectionTargetType<JndiRefType<T>>> |
getInjectionTargetList()
Returns all injection-target elements |
java.lang.String |
getJndiName()
Returns the jndi-name element |
java.lang.String |
getJndiRefName()
Returns the jndi-ref-name element |
java.lang.String |
getMappedName()
Returns the mapped-name element |
JndiRefType<T> |
ignoreDependency()
|
InjectionTargetType<JndiRefType<T>> |
injectionTarget()
Returns the injection-target element |
java.lang.Boolean |
isIgnoreDependency()
|
JndiRefType<T> |
removeAllDescription()
Removes the description element |
JndiRefType<T> |
removeAllInjectionTarget()
Removes all injection-target elements |
JndiRefType<T> |
removeJndiName()
Removes the jndi-name element |
JndiRefType<T> |
removeJndiRefName()
Removes the jndi-ref-name element |
JndiRefType<T> |
removeMappedName()
Removes the mapped-name element |
JndiRefType<T> |
setDescription(java.lang.String description)
Creates a new description element |
JndiRefType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
JndiRefType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
JndiRefType<T> |
setJndiRefName(java.lang.String jndiRefName)
If not already created, a new jndi-ref-name element with the given value will be created. |
JndiRefType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
JndiRefType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
JndiRefType
JndiRefType<T> removeJndiName()
jndi-name
element
JndiRefType
java.lang.String getJndiName()
jndi-name
element
jndi-name
JndiRefType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
JndiRefType
JndiRefType<T> removeMappedName()
mapped-name
element
JndiRefType
java.lang.String getMappedName()
mapped-name
element
mapped-name
JndiRefType<T> removeAllInjectionTarget()
injection-target
elements
JndiRefType
InjectionTargetType<JndiRefType<T>> injectionTarget()
injection-target
element
injection-target
java.util.List<InjectionTargetType<JndiRefType<T>>> getInjectionTargetList()
injection-target
elements
injection-target
JndiRefType<T> ignoreDependency()
java.lang.Boolean isIgnoreDependency()
JndiRefType<T> setDescription(java.lang.String description)
description
element
JndiRefType
JndiRefType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
JndiRefType
JndiRefType<T> removeAllDescription()
description
element
JndiRefType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
JndiRefType<T> setJndiRefName(java.lang.String jndiRefName)
jndi-ref-name
element with the given value will be created.
Otherwise, the existing jndi-ref-name
element will be updated with the given value.
JndiRefType
JndiRefType<T> removeJndiRefName()
jndi-ref-name
element
JndiRefType
java.lang.String getJndiRefName()
jndi-ref-name
element
jndi-ref-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |