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 |
---|---|
MessageDestinationRefType<T> |
MessageDestinationRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
MessageDestinationRefType<T> |
MessageDestinationRefType.ignoreDependency()
Sets the
ignore-dependency element |
MessageDestinationRefType<T> |
MessageDestinationRefType.jndiName(String jndiName)
Sets the
jndi-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.mappedName(String mappedName)
Sets the
mapped-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.messageDestinationLink(String messageDestinationLink)
Sets the
message-destination-link element |
MessageDestinationRefType<T> |
MessageDestinationRefType.messageDestinationRefName(String messageDestinationRefName)
Sets the
message-destination-ref-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.messageDestinationType(String messageDestinationType)
Sets the
message-destination-type element |
MessageDestinationRefType<T> |
MessageDestinationRefType.messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
Sets the
message-destination-usage element |
MessageDestinationRefType<T> |
MessageDestinationRefType.messageDestinationUsage(String messageDestinationUsage)
Sets the
message-destination-usage element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeAllDescription()
Removes the
description element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeIgnoreDependency()
Removes the
ignore-dependency element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeJndiName()
Removes the
jndi-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMappedName()
Removes the
mapped-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationLink()
Removes the
message-destination-link element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationRefName()
Removes the
message-destination-ref-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationType()
Removes the
message-destination-type element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationUsage()
Removes the
message-destination-usage attribute |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<MessageDestinationRefType<T>> |
MessageDestinationRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<MessageDestinationRefType<T>>> |
MessageDestinationRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<MessageDestinationRefType<T>> |
MessageDestinationRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
MessageDestinationRefType<JbossWebDescriptor> |
JbossWebDescriptor.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<JbossWebType<T>> |
JbossWebType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MessageDestinationRefType<JbossWebType<T>> |
JbossWebType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MessageDestinationRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<MessageDestinationRefType<JbossWebType<T>>> |
JbossWebType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.