Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<ApplicationDescriptor> |
ApplicationDescriptor.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<EjbLocalRefType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<EntityBeanType<T>> |
EntityBeanType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<InterceptorType<T>> |
InterceptorType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<SessionBeanType<T>> |
SessionBeanType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<EntityBeanType<T>> |
EntityBeanType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbLocalRefType<InterceptorType<T>> |
InterceptorType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbLocalRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbLocalRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<EjbLocalRefType<EntityBeanType<T>>> |
EntityBeanType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbLocalRefType<InterceptorType<T>>> |
InterceptorType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbLocalRefType<SessionBeanType<T>>> |
SessionBeanType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
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.local(String local)
Sets the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.localHome(String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.lookupName(String lookupName)
Sets the
lookup-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.removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocalHome()
Removes the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLookupName()
Removes the
lookup-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<WebAppDescriptor> |
WebAppDescriptor.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<EjbLocalRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbLocalRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<EjbLocalRefType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
Copyright © 2024 JBoss by Red Hat. All rights reserved.