Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ActivationConfigType<T> |
ActivationConfigType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ActivationConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateActivationConfig()
If not already created, a new
activation-config element with the given value will be created. |
ActivationConfigType<T> |
ActivationConfigType.id(String id)
Sets the
id attribute |
ActivationConfigType<T> |
ActivationConfigType.removeAllActivationConfigProperty()
Removes all
activation-config-property elements |
ActivationConfigType<T> |
ActivationConfigType.removeAllDescription()
Removes the
description element |
ActivationConfigType<T> |
ActivationConfigType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
ActivationConfigPropertyType<ActivationConfigType<T>> |
ActivationConfigType.createActivationConfigProperty()
Creates a new
activation-config-property element |
List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
ActivationConfigType.getAllActivationConfigProperty()
Returns all
activation-config-property elements |
ActivationConfigPropertyType<ActivationConfigType<T>> |
ActivationConfigType.getOrCreateActivationConfigProperty()
If not already created, a new
activation-config-property element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.