Interface InboundResourceadapterType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
InboundResourceadapterTypeImpl
public interface InboundResourceadapterType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
inbound-resourceadapterType xsd type-
Method Summary
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
getOrCreateMessageadapter
MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()If not already created, a newmessageadapterelement with the given value will be created. Otherwise, the existingmessageadapterelement will be returned.- Returns:
- a new or existing instance of
MessageadapterType<InboundResourceadapterType>
-
removeMessageadapter
InboundResourceadapterType<T> removeMessageadapter()Removes themessageadapterelement- Returns:
- the current instance of
InboundResourceadapterType
-
id
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
InboundResourceadapterType
-
getId
String getId()Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
InboundResourceadapterType<T> removeId()Removes theidattribute- Returns:
- the current instance of
InboundResourceadapterType
-