Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector15 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.connector15 |
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 | Class and Description |
---|---|
class |
InboundResourceadapterTypeImpl<T>
This class implements the
inbound-resourceadapterType xsd type |
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.