| 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 |
|---|---|
ProducerType<T> |
ProducerType.clazz(String clazz)
Sets the
class element |
ProducerType<T> |
ProducerType.connectionFactory(String connectionFactory)
Sets the
connection-factory element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.createLocalProducer()
Creates a new
local-producer element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.createProducer()
Creates a new
producer element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateLocalProducer()
If not already created, a new
local-producer element will be created and returned. |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateProducer()
If not already created, a new
producer element will be created and returned. |
ProducerType<T> |
ProducerType.id(String id)
Sets the
id attribute |
ProducerType<T> |
ProducerType.removeClazz()
Removes the
class element |
ProducerType<T> |
ProducerType.removeConnectionFactory()
Removes the
connection-factory element |
ProducerType<T> |
ProducerType.removeId()
Removes the
id attribute |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllLocalProducer()
Returns all
local-producer elements |
List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllProducer()
Returns all
producer elements |
Copyright © 2025 JBoss by Red Hat. All rights reserved.