| Package | Description |
|---|---|
| org.jboss.shrinkwrap.descriptor.api.connector16 |
Provides the interfaces and enumeration types as defined in the schema
|
| org.jboss.shrinkwrap.descriptor.impl.connector16 |
Provides the implementation classes as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
InboundResourceadapterType<ResourceadapterType<T>> |
ResourceadapterType.getOrCreateInboundResourceadapter()
If not already created, a new
inbound-resourceadapter element with the given value will be created. |
InboundResourceadapterType<T> |
InboundResourceadapterType.id(String id)
Sets the
id attribute |
InboundResourceadapterType<T> |
InboundResourceadapterType.removeId()
Removes the
id attribute |
InboundResourceadapterType<T> |
InboundResourceadapterType.removeMessageadapter()
Removes the
messageadapter element |
| Modifier and Type | Method and Description |
|---|---|
MessageadapterType<InboundResourceadapterType<T>> |
InboundResourceadapterType.getOrCreateMessageadapter()
If not already created, a new
messageadapter element with the given value will be created. |
| Modifier and Type | Method and Description |
|---|---|
InboundResourceadapterType<ResourceadapterType<T>> |
ResourceadapterTypeImpl.getOrCreateInboundResourceadapter()
If not already created, a new
inbound-resourceadapter element with the given value will be created. |
InboundResourceadapterType<T> |
InboundResourceadapterTypeImpl.id(String id)
Sets the
id attribute |
InboundResourceadapterType<T> |
InboundResourceadapterTypeImpl.removeId()
Removes the
id attribute |
InboundResourceadapterType<T> |
InboundResourceadapterTypeImpl.removeMessageadapter()
Removes the
messageadapter element |
| Modifier and Type | Method and Description |
|---|---|
MessageadapterType<InboundResourceadapterType<T>> |
InboundResourceadapterTypeImpl.getOrCreateMessageadapter()
If not already created, a new
messageadapter element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.