public interface InboundResourceadapterType<T> extends Child<T>, JeeInboundResourceadapterCommonType<T,InboundResourceadapterType<T>,MessageadapterType<InboundResourceadapterType<T>>>
inbound-resourceadapterType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
MessageadapterType<InboundResourceadapterType<T>> |
getOrCreateMessageadapter()
If not already created, a new
messageadapter element with the given value will be created. |
InboundResourceadapterType<T> |
id(String id)
Sets the
id attribute |
InboundResourceadapterType<T> |
removeId()
Removes the
id attribute |
InboundResourceadapterType<T> |
removeMessageadapter()
Removes the
messageadapter element |
MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()
messageadapter
element with the given value will be created.
Otherwise, the existing messageadapter
element will be returned.MessageadapterType>
InboundResourceadapterType<T> removeMessageadapter()
messageadapter
elementInboundResourceadapterType
InboundResourceadapterType<T> id(String id)
id
attributeid
- the value for the attribute id
InboundResourceadapterType
String getId()
id
attributeid
InboundResourceadapterType<T> removeId()
id
attributeInboundResourceadapterType
Copyright © 2022 JBoss by Red Hat. All rights reserved.