Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MessageDestinationRefType<EntityBeanType<T>> |
EntityBeanType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<InterceptorType<T>> |
InterceptorType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<SessionBeanType<T>> |
SessionBeanType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<EntityBeanType<T>> |
EntityBeanType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MessageDestinationRefType<InterceptorType<T>> |
InterceptorType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MessageDestinationRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MessageDestinationRefType<EntityBeanType<T>>> |
EntityBeanType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<MessageDestinationRefType<InterceptorType<T>>> |
InterceptorType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<MessageDestinationRefType<SessionBeanType<T>>> |
SessionBeanType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
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.id(String id)
Sets the
id attribute |
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.removeId()
Removes the
id attribute |
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<WebAppDescriptor> |
WebAppDescriptor.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessageDestinationRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MessageDestinationRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.