Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
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<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateActivationConfig()
If not already created, a new
activation-config element with the given value will be created. |
ActivationConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateActivationConfig()
If not already created, a new
activation-config element with the given value will be created. |
ActivationConfigType<T> |
ActivationConfigType.removeAllActivationConfigProperty()
Removes all
activation-config-property elements |
ActivationConfigType<T> |
ActivationConfigType.removeAllDescription()
Removes the
description element |
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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.