Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JndiRefType<SessionBeanType<T>> |
SessionBeanType.createJndiRef()
Creates a new
jndi-ref element |
JndiRefType<ConsumerBeanType<T>> |
ConsumerBeanType.createJndiRef()
Creates a new
jndi-ref element |
JndiRefType<ServiceBeanType<T>> |
ServiceBeanType.createJndiRef()
Creates a new
jndi-ref element |
JndiRefType<GenericBeanType<T>> |
GenericBeanType.createJndiRef()
Creates a new
jndi-ref element |
JndiRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createJndiRef()
Creates a new
jndi-ref element |
JndiRefType<T> |
JndiRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
JndiRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
JndiRefType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
JndiRefType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
JndiRefType<GenericBeanType<T>> |
GenericBeanType.getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
JndiRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
JndiRefType<T> |
JndiRefType.id(String id)
Sets the
id attribute |
JndiRefType<T> |
JndiRefType.ignoreDependency()
Sets the
ignore-dependency element |
JndiRefType<T> |
JndiRefType.jndiName(String jndiName)
Sets the
jndi-name element |
JndiRefType<T> |
JndiRefType.jndiRefName(String jndiRefName)
Sets the
jndi-ref-name element |
JndiRefType<T> |
JndiRefType.mappedName(String mappedName)
Sets the
mapped-name element |
JndiRefType<T> |
JndiRefType.removeAllDescription()
Removes the
description element |
JndiRefType<T> |
JndiRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
JndiRefType<T> |
JndiRefType.removeId()
Removes the
id attribute |
JndiRefType<T> |
JndiRefType.removeIgnoreDependency()
Removes the
ignore-dependency element |
JndiRefType<T> |
JndiRefType.removeJndiName()
Removes the
jndi-name element |
JndiRefType<T> |
JndiRefType.removeJndiRefName()
Removes the
jndi-ref-name element |
JndiRefType<T> |
JndiRefType.removeMappedName()
Removes the
mapped-name element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<JndiRefType<T>> |
JndiRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<JndiRefType<T>>> |
JndiRefType.getAllInjectionTarget()
Returns all
injection-target elements |
List<JndiRefType<SessionBeanType<T>>> |
SessionBeanType.getAllJndiRef()
Returns all
jndi-ref elements |
List<JndiRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllJndiRef()
Returns all
jndi-ref elements |
List<JndiRefType<ServiceBeanType<T>>> |
ServiceBeanType.getAllJndiRef()
Returns all
jndi-ref elements |
List<JndiRefType<GenericBeanType<T>>> |
GenericBeanType.getAllJndiRef()
Returns all
jndi-ref elements |
List<JndiRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllJndiRef()
Returns all
jndi-ref elements |
InjectionTargetType<JndiRefType<T>> |
JndiRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.