Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ResourceRefType<SessionBeanType<T>> |
SessionBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<GenericBeanType<T>> |
GenericBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<ConsumerBeanType<T>> |
ConsumerBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<ServiceBeanType<T>> |
ServiceBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<GenericBeanType<T>> |
GenericBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceRefType<SessionBeanType<T>>> |
SessionBeanType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<GenericBeanType<T>>> |
GenericBeanType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<ServiceBeanType<T>>> |
ServiceBeanType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllResourceRef()
Returns all
resource-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceRefType<T> |
ResourceRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ResourceRefType<T> |
ResourceRefType.ignoreDependency()
Sets the
ignore-dependency element |
ResourceRefType<T> |
ResourceRefType.jndiName(String jndiName)
Sets the
jndi-name element |
ResourceRefType<T> |
ResourceRefType.mappedName(String mappedName)
Sets the
mapped-name element |
ResourceRefType<T> |
ResourceRefType.removeAllDescription()
Removes the
description element |
ResourceRefType<T> |
ResourceRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
ResourceRefType<T> |
ResourceRefType.removeIgnoreDependency()
Removes the
ignore-dependency element |
ResourceRefType<T> |
ResourceRefType.removeJndiName()
Removes the
jndi-name element |
ResourceRefType<T> |
ResourceRefType.removeMappedName()
Removes the
mapped-name element |
ResourceRefType<T> |
ResourceRefType.removeResAuth()
Removes the
res-auth attribute |
ResourceRefType<T> |
ResourceRefType.removeResourceName()
Removes the
resource-name element |
ResourceRefType<T> |
ResourceRefType.removeResRefName()
Removes the
res-ref-name element |
ResourceRefType<T> |
ResourceRefType.removeResSharingScope()
Removes the
res-sharing-scope attribute |
ResourceRefType<T> |
ResourceRefType.removeResType()
Removes the
res-type element |
ResourceRefType<T> |
ResourceRefType.removeResUrl()
Removes the
res-url element |
ResourceRefType<T> |
ResourceRefType.resAuth(ResAuthType resAuth)
Sets the
res-auth element |
ResourceRefType<T> |
ResourceRefType.resAuth(String resAuth)
Sets the
res-auth element |
ResourceRefType<T> |
ResourceRefType.resourceName(String resourceName)
Sets the
resource-name element |
ResourceRefType<T> |
ResourceRefType.resRefName(String resRefName)
Sets the
res-ref-name element |
ResourceRefType<T> |
ResourceRefType.resSharingScope(ResSharingScopeType resSharingScope)
Sets the
res-sharing-scope element |
ResourceRefType<T> |
ResourceRefType.resSharingScope(String resSharingScope)
Sets the
res-sharing-scope element |
ResourceRefType<T> |
ResourceRefType.resType(String resType)
Sets the
res-type element |
ResourceRefType<T> |
ResourceRefType.resUrl(String resUrl)
Sets the
res-url element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<ResourceRefType<T>> |
ResourceRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<ResourceRefType<T>>> |
ResourceRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<ResourceRefType<T>> |
ResourceRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.