Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<T> |
EjbLocalRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbLink(String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefName(String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefType(String ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefType.id(String id)
Sets the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefType.ignoreDependency()
Sets the
ignore-dependency element |
EjbLocalRefType<T> |
EjbLocalRefType.jndiName(String jndiName)
Sets the
jndi-name element |
EjbLocalRefType<T> |
EjbLocalRefType.local(String local)
Sets the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.localHome(String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.localJndiName(String localJndiName)
Sets the
local-jndi-name element |
EjbLocalRefType<T> |
EjbLocalRefType.mappedName(String mappedName)
Sets the
mapped-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeAllDescription()
Removes the
description element |
EjbLocalRefType<T> |
EjbLocalRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbLink()
Removes the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefName()
Removes the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefType()
Removes the
ejb-ref-type attribute |
EjbLocalRefType<T> |
EjbLocalRefType.removeId()
Removes the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefType.removeIgnoreDependency()
Removes the
ignore-dependency element |
EjbLocalRefType<T> |
EjbLocalRefType.removeJndiName()
Removes the
jndi-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocalHome()
Removes the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocalJndiName()
Removes the
local-jndi-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeMappedName()
Removes the
mapped-name element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<EjbLocalRefType<T>> |
EjbLocalRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<EjbLocalRefType<T>>> |
EjbLocalRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<EjbLocalRefType<T>> |
EjbLocalRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<JbossWebDescriptor> |
JbossWebDescriptor.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<EjbLocalRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
Copyright © 2024 JBoss by Red Hat. All rights reserved.